#D24D72

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

Shades of Cabaret #D24D72

Tints of Cabaret #D24D72

Color information

#D24D72 (or 0xD24D72) is unknown color: approx Cabaret. HEX triplet: D2, 4D and 72. RGB value is (210,77,114). Sum of RGB (Red+Green+Blue) = 210+77+114=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D24D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D24D72 is #2DB28D. Grayscale: #787878. Windows color (decimal): -2994830 or 7491026. OLE color: 7491026.

HSL color Cylindrical-coordinate representation of color #D24D72: hue angle of 343.31º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D24D72 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB21077114-
CMYK00.630.460.18
HSL343.31º59.64%56.27%-
HSV(B)343.31º63.33%82.35%-
XYZ32.2720.2218.12-
YUV120.98124.06191.49-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 52.37%
GREEN value IS 77 (30.47% from 255) = 19.20%
BLUE value IS 114 (44.92% from 255) = 28.43%
R=52.37%
G=19.20%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2107711400.630.460.18343.3159.6456.27
HexD24D7203F2E121573c38
Octal32211516207756225277470
Binary1101001010011011110010011111110111010010101010111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24D72; }

 p { color: rgb(210,77,114); }

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

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

 a { background-color: rgb(210,77,114); }

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

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

 span { border-color: rgb(210,77,114); }

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