Shades of Cabaret #D24466
Tints of Cabaret #D24466
RGB
CMYK
RGB Variations
Color information
#D24466 (or 0xD24466) is known color: Cabaret. HEX triplet: D2, 44 and 66. RGB value is (210,68,102). Sum of RGB (Red+Green+Blue) = 210+68+102=380 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.26% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 210 - color contains mainly: red. Hex color #D24466 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24466 is #2DBB99. Grayscale: #727272. Windows color (decimal): -2997146 or 6702290. OLE color: 6702290.
HSL color Cylindrical-coordinate representation of color #D24466: hue angle of 345.63º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D24466 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 68 | 102 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.18 |
| HSL | 345.63º | 0.61% | 0.55% | - |
| HSV(B) | 345.63º | 0.68% | 0.82% | - |
| XYZ | 31.04 | 18.8 | 14.56 | - |
| YUV | 114.33 | 121.04 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 68 | 102 | 0 | 0.68 | 0.51 | 0.18 | 345.63 | 0.61 | 0.55 |
| Hex | D2 | 44 | 66 | 0 | 44 | 33 | 12 | 15A | 3D | 37 |
| Octal | 322 | 104 | 146 | 0 | 104 | 63 | 22 | 532 | 75 | 67 |
| Binary | 11010010 | 1000100 | 1100110 | 0 | 1000100 | 110011 | 10010 | 101011010 | 111101 | 110111 |
Color Harmonies of #D24466
Complementary color
Monochromatic Colors of #D24466
Black with #D24466
Text Example
Text Example
White with #D24466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24466; }
p { color: rgb(210,68,102); }
H1.HeaderClassName
{
color: #D24466;
}
.AnyTagClassName
{
color: #D24466;
}
</style>
background-color css
<style>
a { background-color: #D24466; }
a { background-color: rgb(210,68,102); }
div.DivClassName
{
background-color: #D24466;
}
.BgClassName
{
background-color: #D24466;
}
</style>
border-color css
<style>
span { border-color: #D24466; }
span { border-color: rgb(210,68,102); }
td.TdClassName
{
border-color: #D24466;
}
.TagClassName
{
border-color: #D24466;
}
</style>