Shades of Cabaret #D24967
Tints of Cabaret #D24967
RGB
CMYK
RGB Variations
Color information
#D24967 (or 0xD24967) is known color: Cabaret. HEX triplet: D2, 49 and 67. RGB value is (210,73,103). Sum of RGB (Red+Green+Blue) = 210+73+103=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 103 (40.62% from 255 or 26.68% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D24967 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24967 is #2DB698. Grayscale: #757575. Windows color (decimal): -2995865 or 6769106. OLE color: 6769106.
HSL color Cylindrical-coordinate representation of color #D24967: hue angle of 346.86º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D24967 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 103 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.18 |
| HSL | 346.86º | 0.6% | 0.55% | - |
| HSV(B) | 346.86º | 0.65% | 0.82% | - |
| XYZ | 31.41 | 19.45 | 14.93 | - |
| YUV | 117.38 | 119.89 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 103 | 0 | 0.65 | 0.51 | 0.18 | 346.86 | 0.6 | 0.55 |
| Hex | D2 | 49 | 67 | 0 | 41 | 33 | 12 | 15B | 3C | 37 |
| Octal | 322 | 111 | 147 | 0 | 101 | 63 | 22 | 533 | 74 | 67 |
| Binary | 11010010 | 1001001 | 1100111 | 0 | 1000001 | 110011 | 10010 | 101011011 | 111100 | 110111 |
Color Harmonies of #D24967
Complementary color
Monochromatic Colors of #D24967
Black with #D24967
Text Example
Text Example
White with #D24967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24967; }
p { color: rgb(210,73,103); }
H1.HeaderClassName
{
color: #D24967;
}
.AnyTagClassName
{
color: #D24967;
}
</style>
background-color css
<style>
a { background-color: #D24967; }
a { background-color: rgb(210,73,103); }
div.DivClassName
{
background-color: #D24967;
}
.BgClassName
{
background-color: #D24967;
}
</style>
border-color css
<style>
span { border-color: #D24967; }
span { border-color: rgb(210,73,103); }
td.TdClassName
{
border-color: #D24967;
}
.TagClassName
{
border-color: #D24967;
}
</style>