#DE5A6C

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

Shades of Cabaret #DE5A6C

Tints of Cabaret #DE5A6C

Color information

#DE5A6C (or 0xDE5A6C) is unknown color: approx Cabaret. HEX triplet: DE, 5A and 6C. RGB value is (222,90,108). Sum of RGB (Red+Green+Blue) = 222+90+108=420 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.86% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 108 (42.58% from 255 or 25.71% from 420); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5A6C is #21A593. Grayscale: #838383. Windows color (decimal): -2205076 or 7101150. OLE color: 7101150.

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

Color convert

RGB22290108-
CMYK00.590.510.13
HSL351.82º66.67%61.18%-
HSV(B)351.82º59.46%87.06%-
XYZ36.4923.9216.88-
YUV131.52114.73192.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.86%
GREEN value IS 90 (35.55% from 255) = 21.43%
BLUE value IS 108 (42.58% from 255) = 25.71%
R=52.86%
G=21.43%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229010800.590.510.13351.8266.6761.18
HexDE5A6C03B33D160433d
Octal336132154073631554010375
Binary1101111010110101101100011101111001111011011000001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5A6C; }

 p { color: rgb(222,90,108); }

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

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

 a { background-color: rgb(222,90,108); }

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

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

 span { border-color: rgb(222,90,108); }

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