Shades of Cabaret #D24365
Tints of Cabaret #D24365
RGB
CMYK
RGB Variations
Color information
#D24365 (or 0xD24365) is known color: Cabaret. HEX triplet: D2, 43 and 65. RGB value is (210,67,101). Sum of RGB (Red+Green+Blue) = 210+67+101=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 67 (26.56% from 255 or 17.72% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D24365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24365 is #2DBC9A. Grayscale: #717171. Windows color (decimal): -2997403 or 6636498. OLE color: 6636498.
HSL color Cylindrical-coordinate representation of color #D24365: hue angle of 345.73º 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 #D24365 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 101 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.18 |
| HSL | 345.73º | 0.61% | 0.54% | - |
| HSV(B) | 345.73º | 0.68% | 0.82% | - |
| XYZ | 30.93 | 18.66 | 14.28 | - |
| YUV | 113.63 | 120.88 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 101 | 0 | 0.68 | 0.52 | 0.18 | 345.73 | 0.61 | 0.54 |
| Hex | D2 | 43 | 65 | 0 | 44 | 34 | 12 | 15A | 3D | 36 |
| Octal | 322 | 103 | 145 | 0 | 104 | 64 | 22 | 532 | 75 | 66 |
| Binary | 11010010 | 1000011 | 1100101 | 0 | 1000100 | 110100 | 10010 | 101011010 | 111101 | 110110 |
Color Harmonies of #D24365
Complementary color
Monochromatic Colors of #D24365
Black with #D24365
Text Example
Text Example
White with #D24365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24365; }
p { color: rgb(210,67,101); }
H1.HeaderClassName
{
color: #D24365;
}
.AnyTagClassName
{
color: #D24365;
}
</style>
background-color css
<style>
a { background-color: #D24365; }
a { background-color: rgb(210,67,101); }
div.DivClassName
{
background-color: #D24365;
}
.BgClassName
{
background-color: #D24365;
}
</style>
border-color css
<style>
span { border-color: #D24365; }
span { border-color: rgb(210,67,101); }
td.TdClassName
{
border-color: #D24365;
}
.TagClassName
{
border-color: #D24365;
}
</style>