Shades of Cabaret #D24969
Tints of Cabaret #D24969
RGB
CMYK
RGB Variations
Color information
#D24969 (or 0xD24969) is known color: Cabaret. HEX triplet: D2, 49 and 69. RGB value is (210,73,105). Sum of RGB (Red+Green+Blue) = 210+73+105=388 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.12% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 210 - color contains mainly: red. Hex color #D24969 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24969 is #2DB696. Grayscale: #757575. Windows color (decimal): -2995863 or 6900178. OLE color: 6900178.
HSL color Cylindrical-coordinate representation of color #D24969: hue angle of 345.99º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D24969 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 105 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.18 |
| HSL | 345.99º | 0.6% | 0.55% | - |
| HSV(B) | 345.99º | 0.65% | 0.82% | - |
| XYZ | 31.51 | 19.49 | 15.47 | - |
| YUV | 117.61 | 120.89 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 105 | 0 | 0.65 | 0.50 | 0.18 | 345.99 | 0.6 | 0.55 |
| Hex | D2 | 49 | 69 | 0 | 41 | 32 | 12 | 15A | 3C | 37 |
| Octal | 322 | 111 | 151 | 0 | 101 | 62 | 22 | 532 | 74 | 67 |
| Binary | 11010010 | 1001001 | 1101001 | 0 | 1000001 | 110010 | 10010 | 101011010 | 111100 | 110111 |
Color Harmonies of #D24969
Complementary color
Monochromatic Colors of #D24969
Black with #D24969
Text Example
Text Example
White with #D24969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24969; }
p { color: rgb(210,73,105); }
H1.HeaderClassName
{
color: #D24969;
}
.AnyTagClassName
{
color: #D24969;
}
</style>
background-color css
<style>
a { background-color: #D24969; }
a { background-color: rgb(210,73,105); }
div.DivClassName
{
background-color: #D24969;
}
.BgClassName
{
background-color: #D24969;
}
</style>
border-color css
<style>
span { border-color: #D24969; }
span { border-color: rgb(210,73,105); }
td.TdClassName
{
border-color: #D24969;
}
.TagClassName
{
border-color: #D24969;
}
</style>