#D24D6A

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

Shades of Cabaret #D24D6A

Tints of Cabaret #D24D6A

Color information

#D24D6A (or 0xD24D6A) is unknown color: approx Cabaret. HEX triplet: D2, 4D and 6A. RGB value is (210,77,106). Sum of RGB (Red+Green+Blue) = 210+77+106=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D24D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D24D6A is #2DB295. Grayscale: #787878. Windows color (decimal): -2994838 or 6966738. OLE color: 6966738.

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

Color convert

RGB21077106-
CMYK00.630.500.18
HSL346.92º59.64%56.27%-
HSV(B)346.92º63.33%82.35%-
XYZ31.8320.0515.83-
YUV120.07120.06192.14-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 53.44%
GREEN value IS 77 (30.47% from 255) = 19.59%
BLUE value IS 106 (41.80% from 255) = 26.97%
R=53.44%
G=19.59%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2107710600.630.500.18346.9259.6456.27
HexD24D6A03F321215b3c38
Octal32211515207762225337470
Binary1101001010011011101010011111111001010010101011011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24D6A; }

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

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

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

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

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

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

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

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