Shades of Cabaret #D24264
Tints of Cabaret #D24264
RGB
CMYK
RGB Variations
Color information
#D24264 (or 0xD24264) is known color: Cabaret. HEX triplet: D2, 42 and 64. RGB value is (210,66,100). Sum of RGB (Red+Green+Blue) = 210+66+100=376 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.85% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 210 - color contains mainly: red. Hex color #D24264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24264 is #2DBD9B. Grayscale: #707070. Windows color (decimal): -2997660 or 6570706. OLE color: 6570706.
HSL color Cylindrical-coordinate representation of color #D24264: hue angle of 345.83º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D24264 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 66 | 100 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.18 |
| HSL | 345.83º | 0.62% | 0.54% | - |
| HSV(B) | 345.83º | 0.69% | 0.82% | - |
| XYZ | 30.83 | 18.52 | 14.01 | - |
| YUV | 112.93 | 120.71 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 100 | 0 | 0.69 | 0.52 | 0.18 | 345.83 | 0.62 | 0.54 |
| Hex | D2 | 42 | 64 | 0 | 45 | 34 | 12 | 15A | 3E | 36 |
| Octal | 322 | 102 | 144 | 0 | 105 | 64 | 22 | 532 | 76 | 66 |
| Binary | 11010010 | 1000010 | 1100100 | 0 | 1000101 | 110100 | 10010 | 101011010 | 111110 | 110110 |
Color Harmonies of #D24264
Complementary color
Monochromatic Colors of #D24264
Black with #D24264
Text Example
Text Example
White with #D24264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24264; }
p { color: rgb(210,66,100); }
H1.HeaderClassName
{
color: #D24264;
}
.AnyTagClassName
{
color: #D24264;
}
</style>
background-color css
<style>
a { background-color: #D24264; }
a { background-color: rgb(210,66,100); }
div.DivClassName
{
background-color: #D24264;
}
.BgClassName
{
background-color: #D24264;
}
</style>
border-color css
<style>
span { border-color: #D24264; }
span { border-color: rgb(210,66,100); }
td.TdClassName
{
border-color: #D24264;
}
.TagClassName
{
border-color: #D24264;
}
</style>