Shades of Cabaret #D24360
Tints of Cabaret #D24360
RGB
CMYK
RGB Variations
Color information
#D24360 (or 0xD24360) is known color: Cabaret. HEX triplet: D2, 43 and 60. RGB value is (210,67,96). Sum of RGB (Red+Green+Blue) = 210+67+96=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 67 (26.56% from 255 or 17.96% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D24360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24360 is #2DBC9F. Grayscale: #717171. Windows color (decimal): -2997408 or 6308818. OLE color: 6308818.
HSL color Cylindrical-coordinate representation of color #D24360: hue angle of 347.83º 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 #D24360 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 96 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.18 |
| HSL | 347.83º | 0.61% | 0.54% | - |
| HSV(B) | 347.83º | 0.68% | 0.82% | - |
| XYZ | 30.7 | 18.56 | 13.03 | - |
| YUV | 113.06 | 118.38 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 96 | 0 | 0.68 | 0.54 | 0.18 | 347.83 | 0.61 | 0.54 |
| Hex | D2 | 43 | 60 | 0 | 44 | 36 | 12 | 15C | 3D | 36 |
| Octal | 322 | 103 | 140 | 0 | 104 | 66 | 22 | 534 | 75 | 66 |
| Binary | 11010010 | 1000011 | 1100000 | 0 | 1000100 | 110110 | 10010 | 101011100 | 111101 | 110110 |
Color Harmonies of #D24360
Complementary color
Monochromatic Colors of #D24360
Black with #D24360
Text Example
Text Example
White with #D24360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24360; }
p { color: rgb(210,67,96); }
H1.HeaderClassName
{
color: #D24360;
}
.AnyTagClassName
{
color: #D24360;
}
</style>
background-color css
<style>
a { background-color: #D24360; }
a { background-color: rgb(210,67,96); }
div.DivClassName
{
background-color: #D24360;
}
.BgClassName
{
background-color: #D24360;
}
</style>
border-color css
<style>
span { border-color: #D24360; }
span { border-color: rgb(210,67,96); }
td.TdClassName
{
border-color: #D24360;
}
.TagClassName
{
border-color: #D24360;
}
</style>