#DE4964

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

Shades of Cabaret #DE4964

Tints of Cabaret #DE4964

Color information

#DE4964 (or 0xDE4964) is unknown color: approx Cabaret. HEX triplet: DE, 49 and 64. RGB value is (222,73,100). Sum of RGB (Red+Green+Blue) = 222+73+100=395 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.20% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4964 is #21B69B. Grayscale: #787878. Windows color (decimal): -2209436 or 6572510. OLE color: 6572510.

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

Color convert

RGB22273100-
CMYK00.670.550.13
HSL349.13º69.3%57.84%-
HSV(B)349.13º67.12%87.06%-
XYZ34.8121.2114.32-
YUV120.63116.36200.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 56.20%
GREEN value IS 73 (28.91% from 255) = 18.48%
BLUE value IS 100 (39.45% from 255) = 25.32%
R=56.20%
G=18.48%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227310000.670.550.13349.1369.357.84
HexDE496404337D15d453a
Octal3361111440103671553510572
Binary11011110100100111001000100001111011111011010111011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4964; }

 p { color: rgb(222,73,100); }

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

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

 a { background-color: rgb(222,73,100); }

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

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

 span { border-color: rgb(222,73,100); }

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