#D24E6E

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

Shades of Cabaret #D24E6E

Tints of Cabaret #D24E6E

Color information

#D24E6E (or 0xD24E6E) is unknown color: approx Cabaret. HEX triplet: D2, 4E and 6E. RGB value is (210,78,110). Sum of RGB (Red+Green+Blue) = 210+78+110=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 110 (43.36% from 255 or 27.64% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D24E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D24E6E is #2DB191. Grayscale: #797979. Windows color (decimal): -2994578 or 7229138. OLE color: 7229138.

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

Color convert

RGB21078110-
CMYK00.630.480.18
HSL345.45º59.46%56.47%-
HSV(B)345.45º62.86%82.35%-
XYZ32.1220.2816.97-
YUV121.12121.73191.4-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 52.76%
GREEN value IS 78 (30.86% from 255) = 19.60%
BLUE value IS 110 (43.36% from 255) = 27.64%
R=52.76%
G=19.60%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2107811000.630.480.18345.4559.4656.47
HexD24E6E03F30121593b38
Octal32211615607760225317370
Binary1101001010011101101110011111111000010010101011001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24E6E; }

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

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

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

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

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

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

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

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