#D24F6F

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

Shades of Cabaret #D24F6F

Tints of Cabaret #D24F6F

Color information

#D24F6F (or 0xD24F6F) is unknown color: approx Cabaret. HEX triplet: D2, 4F and 6F. RGB value is (210,79,111). Sum of RGB (Red+Green+Blue) = 210+79+111=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 79 (31.25% from 255 or 19.75% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D24F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D24F6F is #2DB090. Grayscale: #797979. Windows color (decimal): -2994321 or 7294930. OLE color: 7294930.

HSL color Cylindrical-coordinate representation of color #D24F6F: hue angle of 345.34º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D24F6F is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB21079111-
CMYK00.620.470.18
HSL345.34º59.28%56.67%-
HSV(B)345.34º62.38%82.35%-
XYZ32.2420.4417.29-
YUV121.82121.9190.9-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 52.5%
GREEN value IS 79 (31.25% from 255) = 19.75%
BLUE value IS 111 (43.75% from 255) = 27.75%
R=52.5%
G=19.75%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2107911100.620.470.18345.3459.2856.67
HexD24F6F03E2F121593b39
Octal32211715707657225317371
Binary1101001010011111101111011111010111110010101011001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24F6F; }

 p { color: rgb(210,79,111); }

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

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

 a { background-color: rgb(210,79,111); }

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

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

 span { border-color: rgb(210,79,111); }

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