#DE5868

Color #DE5868 Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #DE5868

Tints of Cabaret #DE5868

Color information

#DE5868 (or 0xDE5868) is unknown color: approx Cabaret. HEX triplet: DE, 58 and 68. RGB value is (222,88,104). Sum of RGB (Red+Green+Blue) = 222+88+104=414 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.62% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5868 is #21A797. Grayscale: #818181. Windows color (decimal): -2205592 or 6838494. OLE color: 6838494.

HSL color Cylindrical-coordinate representation of color #DE5868: hue angle of 352.84º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DE5868 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB22288104-
CMYK00.600.530.13
HSL352.84º67%60.78%-
HSV(B)352.84º60.36%87.06%-
XYZ36.1123.5115.73-
YUV129.89113.39193.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 53.62%
GREEN value IS 88 (34.77% from 255) = 21.26%
BLUE value IS 104 (41.02% from 255) = 25.12%
R=53.62%
G=21.26%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228810400.600.530.13352.846760.78
HexDE586803C35D161433d
Octal336130150074651554110375
Binary1101111010110001101000011110011010111011011000011000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5868; }

 p { color: rgb(222,88,104); }

 H1.HeaderClassName
 {
   color: #DE5868;
 }
 .AnyTagClassName
 {
   color: #DE5868;
 }
</style>
background-color css

<style>
 a { background-color: #DE5868; }

 a { background-color: rgb(222,88,104); }

 div.DivClassName
 {
   background-color: #DE5868;
 }
 .BgClassName
 {
   background-color: #DE5868;
 }
</style>
border-color css

<style>
 span { border-color: #DE5868; }

 span { border-color: rgb(222,88,104); }

 td.TdClassName
 {
   border-color: #DE5868;
 }
 .TagClassName
 {
   border-color: #DE5868;
 }
</style>