#DE5569

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

Shades of Cabaret #DE5569

Tints of Cabaret #DE5569

Color information

#DE5569 (or 0xDE5569) is unknown color: approx Cabaret. HEX triplet: DE, 55 and 69. RGB value is (222,85,105). Sum of RGB (Red+Green+Blue) = 222+85+105=412 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.88% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 105 (41.41% from 255 or 25.49% from 412); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5569 is #21AA96. Grayscale: #808080. Windows color (decimal): -2206359 or 6903262. OLE color: 6903262.

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

Color convert

RGB22285105-
CMYK00.620.530.13
HSL351.24º67.49%60.2%-
HSV(B)351.24º61.71%87.06%-
XYZ35.9223.0515.92-
YUV128.24114.89194.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.88%
GREEN value IS 85 (33.59% from 255) = 20.63%
BLUE value IS 105 (41.41% from 255) = 25.49%
R=53.88%
G=20.63%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228510500.620.530.13351.2467.4960.2
HexDE556903E35D15f433c
Octal336125151076651553710374
Binary1101111010101011101001011111011010111011010111111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5569; }

 p { color: rgb(222,85,105); }

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

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

 a { background-color: rgb(222,85,105); }

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

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

 span { border-color: rgb(222,85,105); }

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