Shades of Cabaret #D24369
Tints of Cabaret #D24369
RGB
CMYK
RGB Variations
Color information
#D24369 (or 0xD24369) is known color: Cabaret. HEX triplet: D2, 43 and 69. RGB value is (210,67,105). Sum of RGB (Red+Green+Blue) = 210+67+105=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D24369 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24369 is #2DBC96. Grayscale: #727272. Windows color (decimal): -2997399 or 6898642. OLE color: 6898642.
HSL color Cylindrical-coordinate representation of color #D24369: hue angle of 344.06º 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 #D24369 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 105 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.18 |
| HSL | 344.06º | 0.61% | 0.54% | - |
| HSV(B) | 344.06º | 0.68% | 0.82% | - |
| XYZ | 31.14 | 18.74 | 15.34 | - |
| YUV | 114.09 | 122.88 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 105 | 0 | 0.68 | 0.50 | 0.18 | 344.06 | 0.61 | 0.54 |
| Hex | D2 | 43 | 69 | 0 | 44 | 32 | 12 | 158 | 3D | 36 |
| Octal | 322 | 103 | 151 | 0 | 104 | 62 | 22 | 530 | 75 | 66 |
| Binary | 11010010 | 1000011 | 1101001 | 0 | 1000100 | 110010 | 10010 | 101011000 | 111101 | 110110 |
Color Harmonies of #D24369
Complementary color
Monochromatic Colors of #D24369
Black with #D24369
Text Example
Text Example
White with #D24369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24369; }
p { color: rgb(210,67,105); }
H1.HeaderClassName
{
color: #D24369;
}
.AnyTagClassName
{
color: #D24369;
}
</style>
background-color css
<style>
a { background-color: #D24369; }
a { background-color: rgb(210,67,105); }
div.DivClassName
{
background-color: #D24369;
}
.BgClassName
{
background-color: #D24369;
}
</style>
border-color css
<style>
span { border-color: #D24369; }
span { border-color: rgb(210,67,105); }
td.TdClassName
{
border-color: #D24369;
}
.TagClassName
{
border-color: #D24369;
}
</style>