#D24F6E

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

Shades of Cabaret #D24F6E

Tints of Cabaret #D24F6E

Color information

#D24F6E (or 0xD24F6E) is unknown color: approx Cabaret. HEX triplet: D2, 4F and 6E. RGB value is (210,79,110). Sum of RGB (Red+Green+Blue) = 210+79+110=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 79 (31.25% from 255 or 19.80% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D24F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D24F6E is #2DB091. Grayscale: #797979. Windows color (decimal): -2994322 or 7229394. OLE color: 7229394.

HSL color Cylindrical-coordinate representation of color #D24F6E: hue angle of 345.8º 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 #D24F6E is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB21079110-
CMYK00.620.480.18
HSL345.8º59.28%56.67%-
HSV(B)345.8º62.38%82.35%-
XYZ32.1920.4217-
YUV121.7121.4190.98-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 52.63%
GREEN value IS 79 (31.25% from 255) = 19.80%
BLUE value IS 110 (43.36% from 255) = 27.57%
R=52.63%
G=19.80%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2107911000.620.480.18345.859.2856.67
HexD24F6E03E301215a3b39
Octal32211715607660225327371
Binary1101001010011111101110011111011000010010101011010111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24F6E; }

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

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

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

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

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

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

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

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