#D24B6D

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

Shades of Cabaret #D24B6D

Tints of Cabaret #D24B6D

Color information

#D24B6D (or 0xD24B6D) is unknown color: approx Cabaret. HEX triplet: D2, 4B and 6D. RGB value is (210,75,109). Sum of RGB (Red+Green+Blue) = 210+75+109=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D24B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24B6D is #2DB492. Grayscale: #777777. Windows color (decimal): -2995347 or 7162834. OLE color: 7162834.

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

Color convert

RGB21075109-
CMYK00.640.480.18
HSL344.89º60%55.88%-
HSV(B)344.89º64.29%82.35%-
XYZ31.8519.8416.62-
YUV119.24122.23192.74-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 53.30%
GREEN value IS 75 (29.69% from 255) = 19.04%
BLUE value IS 109 (42.97% from 255) = 27.66%
R=53.30%
G=19.04%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2107510900.640.480.18344.896055.88
HexD24B6D04030121593c38
Octal322113155010060225317470
Binary11010010100101111011010100000011000010010101011001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24B6D; }

 p { color: rgb(210,75,109); }

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

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

 a { background-color: rgb(210,75,109); }

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

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

 span { border-color: rgb(210,75,109); }

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