Shades of Cabaret #D24664
Tints of Cabaret #D24664
RGB
CMYK
RGB Variations
Color information
#D24664 (or 0xD24664) is known color: Cabaret. HEX triplet: D2, 46 and 64. RGB value is (210,70,100). Sum of RGB (Red+Green+Blue) = 210+70+100=380 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.26% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 100 (39.45% from 255 or 26.32% from 380); Max value from RGB is 210 - color contains mainly: red. Hex color #D24664 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24664 is #2DB99B. Grayscale: #737373. Windows color (decimal): -2996636 or 6571730. OLE color: 6571730.
HSL color Cylindrical-coordinate representation of color #D24664: hue angle of 347.14º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D24664 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 70 | 100 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.18 |
| HSL | 347.14º | 0.61% | 0.55% | - |
| HSV(B) | 347.14º | 0.67% | 0.82% | - |
| XYZ | 31.07 | 19 | 14.09 | - |
| YUV | 115.28 | 119.38 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 70 | 100 | 0 | 0.67 | 0.52 | 0.18 | 347.14 | 0.61 | 0.55 |
| Hex | D2 | 46 | 64 | 0 | 43 | 34 | 12 | 15B | 3D | 37 |
| Octal | 322 | 106 | 144 | 0 | 103 | 64 | 22 | 533 | 75 | 67 |
| Binary | 11010010 | 1000110 | 1100100 | 0 | 1000011 | 110100 | 10010 | 101011011 | 111101 | 110111 |
Color Harmonies of #D24664
Complementary color
Monochromatic Colors of #D24664
Black with #D24664
Text Example
Text Example
White with #D24664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24664; }
p { color: rgb(210,70,100); }
H1.HeaderClassName
{
color: #D24664;
}
.AnyTagClassName
{
color: #D24664;
}
</style>
background-color css
<style>
a { background-color: #D24664; }
a { background-color: rgb(210,70,100); }
div.DivClassName
{
background-color: #D24664;
}
.BgClassName
{
background-color: #D24664;
}
</style>
border-color css
<style>
span { border-color: #D24664; }
span { border-color: rgb(210,70,100); }
td.TdClassName
{
border-color: #D24664;
}
.TagClassName
{
border-color: #D24664;
}
</style>