Shades of Cabaret #D24565
Tints of Cabaret #D24565
RGB
CMYK
RGB Variations
Color information
#D24565 (or 0xD24565) is known color: Cabaret. HEX triplet: D2, 45 and 65. RGB value is (210,69,101). Sum of RGB (Red+Green+Blue) = 210+69+101=380 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.26% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 210 - color contains mainly: red. Hex color #D24565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24565 is #2DBA9A. Grayscale: #727272. Windows color (decimal): -2996891 or 6637010. OLE color: 6637010.
HSL color Cylindrical-coordinate representation of color #D24565: hue angle of 346.38º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D24565 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 69 | 101 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.18 |
| HSL | 346.38º | 0.61% | 0.55% | - |
| HSV(B) | 346.38º | 0.67% | 0.82% | - |
| XYZ | 31.06 | 18.9 | 14.32 | - |
| YUV | 114.81 | 120.21 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 69 | 101 | 0 | 0.67 | 0.52 | 0.18 | 346.38 | 0.61 | 0.55 |
| Hex | D2 | 45 | 65 | 0 | 43 | 34 | 12 | 15A | 3D | 37 |
| Octal | 322 | 105 | 145 | 0 | 103 | 64 | 22 | 532 | 75 | 67 |
| Binary | 11010010 | 1000101 | 1100101 | 0 | 1000011 | 110100 | 10010 | 101011010 | 111101 | 110111 |
Color Harmonies of #D24565
Complementary color
Monochromatic Colors of #D24565
Black with #D24565
Text Example
Text Example
White with #D24565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24565; }
p { color: rgb(210,69,101); }
H1.HeaderClassName
{
color: #D24565;
}
.AnyTagClassName
{
color: #D24565;
}
</style>
background-color css
<style>
a { background-color: #D24565; }
a { background-color: rgb(210,69,101); }
div.DivClassName
{
background-color: #D24565;
}
.BgClassName
{
background-color: #D24565;
}
</style>
border-color css
<style>
span { border-color: #D24565; }
span { border-color: rgb(210,69,101); }
td.TdClassName
{
border-color: #D24565;
}
.TagClassName
{
border-color: #D24565;
}
</style>