#DE5866

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

Shades of Cabaret #DE5866

Tints of Cabaret #DE5866

Color information

#DE5866 (or 0xDE5866) is unknown color: approx Cabaret. HEX triplet: DE, 58 and 66. RGB value is (222,88,102). Sum of RGB (Red+Green+Blue) = 222+88+102=412 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.88% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5866 is #21A799. Grayscale: #818181. Windows color (decimal): -2205594 or 6707422. OLE color: 6707422.

HSL color Cylindrical-coordinate representation of color #DE5866: hue angle of 353.73º 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 #DE5866 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB22288102-
CMYK00.600.540.13
HSL353.73º67%60.78%-
HSV(B)353.73º60.36%87.06%-
XYZ36.0123.4715.2-
YUV129.66112.39193.86-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.88%
GREEN value IS 88 (34.77% from 255) = 21.36%
BLUE value IS 102 (40.23% from 255) = 24.76%
R=53.88%
G=21.36%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228810200.600.540.13353.736760.78
HexDE586603C36D162433d
Octal336130146074661554210375
Binary1101111010110001100110011110011011011011011000101000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5866; }

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

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

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

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

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

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

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

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