Shades of Cabaret #D24470
Tints of Cabaret #D24470
RGB
CMYK
RGB Variations
Color information
#D24470 (or 0xD24470) is known color: Cabaret. HEX triplet: D2, 44 and 70. RGB value is (210,68,112). Sum of RGB (Red+Green+Blue) = 210+68+112=390 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.85% from 390); Green value is 68 (26.95% from 255 or 17.44% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 210 - color contains mainly: red. Hex color #D24470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24470 is #2DBB8F. Grayscale: #737373. Windows color (decimal): -2997136 or 7357650. OLE color: 7357650.
HSL color Cylindrical-coordinate representation of color #D24470: hue angle of 341.41º 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 #D24470 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 68 | 112 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.18 |
| HSL | 341.41º | 0.61% | 0.55% | - |
| HSV(B) | 341.41º | 0.68% | 0.82% | - |
| XYZ | 31.57 | 19.01 | 17.33 | - |
| YUV | 115.47 | 126.04 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 68 | 112 | 0 | 0.68 | 0.47 | 0.18 | 341.41 | 0.61 | 0.55 |
| Hex | D2 | 44 | 70 | 0 | 44 | 2F | 12 | 155 | 3D | 37 |
| Octal | 322 | 104 | 160 | 0 | 104 | 57 | 22 | 525 | 75 | 67 |
| Binary | 11010010 | 1000100 | 1110000 | 0 | 1000100 | 101111 | 10010 | 101010101 | 111101 | 110111 |
Color Harmonies of #D24470
Complementary color
Monochromatic Colors of #D24470
Black with #D24470
Text Example
Text Example
White with #D24470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24470; }
p { color: rgb(210,68,112); }
H1.HeaderClassName
{
color: #D24470;
}
.AnyTagClassName
{
color: #D24470;
}
</style>
background-color css
<style>
a { background-color: #D24470; }
a { background-color: rgb(210,68,112); }
div.DivClassName
{
background-color: #D24470;
}
.BgClassName
{
background-color: #D24470;
}
</style>
border-color css
<style>
span { border-color: #D24470; }
span { border-color: rgb(210,68,112); }
td.TdClassName
{
border-color: #D24470;
}
.TagClassName
{
border-color: #D24470;
}
</style>