Shades of Cabaret #D24769
Tints of Cabaret #D24769
RGB
CMYK
RGB Variations
Color information
#D24769 (or 0xD24769) is known color: Cabaret. HEX triplet: D2, 47 and 69. RGB value is (210,71,105). Sum of RGB (Red+Green+Blue) = 210+71+105=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 105 (41.41% from 255 or 27.20% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D24769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24769 is #2DB896. Grayscale: #747474. Windows color (decimal): -2996375 or 6899666. OLE color: 6899666.
HSL color Cylindrical-coordinate representation of color #D24769: hue angle of 345.32º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D24769 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 105 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.18 |
| HSL | 345.32º | 0.61% | 0.55% | - |
| HSV(B) | 345.32º | 0.66% | 0.82% | - |
| XYZ | 31.38 | 19.23 | 15.42 | - |
| YUV | 116.44 | 121.55 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 105 | 0 | 0.66 | 0.50 | 0.18 | 345.32 | 0.61 | 0.55 |
| Hex | D2 | 47 | 69 | 0 | 42 | 32 | 12 | 159 | 3D | 37 |
| Octal | 322 | 107 | 151 | 0 | 102 | 62 | 22 | 531 | 75 | 67 |
| Binary | 11010010 | 1000111 | 1101001 | 0 | 1000010 | 110010 | 10010 | 101011001 | 111101 | 110111 |
Color Harmonies of #D24769
Complementary color
Monochromatic Colors of #D24769
Black with #D24769
Text Example
Text Example
White with #D24769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24769; }
p { color: rgb(210,71,105); }
H1.HeaderClassName
{
color: #D24769;
}
.AnyTagClassName
{
color: #D24769;
}
</style>
background-color css
<style>
a { background-color: #D24769; }
a { background-color: rgb(210,71,105); }
div.DivClassName
{
background-color: #D24769;
}
.BgClassName
{
background-color: #D24769;
}
</style>
border-color css
<style>
span { border-color: #D24769; }
span { border-color: rgb(210,71,105); }
td.TdClassName
{
border-color: #D24769;
}
.TagClassName
{
border-color: #D24769;
}
</style>