Shades of Cabaret #D24A69
Tints of Cabaret #D24A69
RGB
CMYK
RGB Variations
Color information
#D24A69 (or 0xD24A69) is known color: Cabaret. HEX triplet: D2, 4A and 69. RGB value is (210,74,105). Sum of RGB (Red+Green+Blue) = 210+74+105=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24A69 is #2DB596. Grayscale: #767676. Windows color (decimal): -2995607 or 6900434. OLE color: 6900434.
HSL color Cylindrical-coordinate representation of color #D24A69: hue angle of 346.32º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D24A69 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 105 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.18 |
| HSL | 346.32º | 0.6% | 0.56% | - |
| HSV(B) | 346.32º | 0.65% | 0.82% | - |
| XYZ | 31.58 | 19.62 | 15.49 | - |
| YUV | 118.2 | 120.56 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 105 | 0 | 0.65 | 0.50 | 0.18 | 346.32 | 0.6 | 0.56 |
| Hex | D2 | 4A | 69 | 0 | 41 | 32 | 12 | 15A | 3C | 38 |
| Octal | 322 | 112 | 151 | 0 | 101 | 62 | 22 | 532 | 74 | 70 |
| Binary | 11010010 | 1001010 | 1101001 | 0 | 1000001 | 110010 | 10010 | 101011010 | 111100 | 111000 |
Color Harmonies of #D24A69
Complementary color
Monochromatic Colors of #D24A69
Black with #D24A69
Text Example
Text Example
White with #D24A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24A69; }
p { color: rgb(210,74,105); }
H1.HeaderClassName
{
color: #D24A69;
}
.AnyTagClassName
{
color: #D24A69;
}
</style>
background-color css
<style>
a { background-color: #D24A69; }
a { background-color: rgb(210,74,105); }
div.DivClassName
{
background-color: #D24A69;
}
.BgClassName
{
background-color: #D24A69;
}
</style>
border-color css
<style>
span { border-color: #D24A69; }
span { border-color: rgb(210,74,105); }
td.TdClassName
{
border-color: #D24A69;
}
.TagClassName
{
border-color: #D24A69;
}
</style>