Shades of Cabaret #D24366
Tints of Cabaret #D24366
RGB
CMYK
RGB Variations
Color information
#D24366 (or 0xD24366) is known color: Cabaret. HEX triplet: D2, 43 and 66. RGB value is (210,67,102). Sum of RGB (Red+Green+Blue) = 210+67+102=379 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.41% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 102 (40.23% from 255 or 26.91% from 379); Max value from RGB is 210 - color contains mainly: red. Hex color #D24366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24366 is #2DBC99. Grayscale: #717171. Windows color (decimal): -2997402 or 6702034. OLE color: 6702034.
HSL color Cylindrical-coordinate representation of color #D24366: hue angle of 345.31º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D24366 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 102 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.18 |
| HSL | 345.31º | 0.61% | 0.54% | - |
| HSV(B) | 345.31º | 0.68% | 0.82% | - |
| XYZ | 30.98 | 18.68 | 14.54 | - |
| YUV | 113.75 | 121.38 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 102 | 0 | 0.68 | 0.51 | 0.18 | 345.31 | 0.61 | 0.54 |
| Hex | D2 | 43 | 66 | 0 | 44 | 33 | 12 | 159 | 3D | 36 |
| Octal | 322 | 103 | 146 | 0 | 104 | 63 | 22 | 531 | 75 | 66 |
| Binary | 11010010 | 1000011 | 1100110 | 0 | 1000100 | 110011 | 10010 | 101011001 | 111101 | 110110 |
Color Harmonies of #D24366
Complementary color
Monochromatic Colors of #D24366
Black with #D24366
Text Example
Text Example
White with #D24366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24366; }
p { color: rgb(210,67,102); }
H1.HeaderClassName
{
color: #D24366;
}
.AnyTagClassName
{
color: #D24366;
}
</style>
background-color css
<style>
a { background-color: #D24366; }
a { background-color: rgb(210,67,102); }
div.DivClassName
{
background-color: #D24366;
}
.BgClassName
{
background-color: #D24366;
}
</style>
border-color css
<style>
span { border-color: #D24366; }
span { border-color: rgb(210,67,102); }
td.TdClassName
{
border-color: #D24366;
}
.TagClassName
{
border-color: #D24366;
}
</style>