#DE596A

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

Shades of Cabaret #DE596A

Tints of Cabaret #DE596A

Color information

#DE596A (or 0xDE596A) is unknown color: approx Cabaret. HEX triplet: DE, 59 and 6A. RGB value is (222,89,106). Sum of RGB (Red+Green+Blue) = 222+89+106=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DE596A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE596A is #21A695. Grayscale: #828282. Windows color (decimal): -2205334 or 6969822. OLE color: 6969822.

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

Color convert

RGB22289106-
CMYK00.600.520.13
HSL352.33º66.83%60.98%-
HSV(B)352.33º59.91%87.06%-
XYZ36.323.7116.3-
YUV130.7114.06193.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.24%
GREEN value IS 89 (35.16% from 255) = 21.34%
BLUE value IS 106 (41.80% from 255) = 25.42%
R=53.24%
G=21.34%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228910600.600.520.13352.3366.8360.98
HexDE596A03C34D160433d
Octal336131152074641554010375
Binary1101111010110011101010011110011010011011011000001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE596A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE596A; }

 p { color: rgb(222,89,106); }

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

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

 a { background-color: rgb(222,89,106); }

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

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

 span { border-color: rgb(222,89,106); }

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