Shades of Cabaret #D24965
Tints of Cabaret #D24965
RGB
CMYK
RGB Variations
Color information
#D24965 (or 0xD24965) is known color: Cabaret. HEX triplet: D2, 49 and 65. RGB value is (210,73,101). Sum of RGB (Red+Green+Blue) = 210+73+101=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D24965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24965 is #2DB69A. Grayscale: #757575. Windows color (decimal): -2995867 or 6638034. OLE color: 6638034.
HSL color Cylindrical-coordinate representation of color #D24965: hue angle of 347.74º 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 #D24965 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 101 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.18 |
| HSL | 347.74º | 0.6% | 0.55% | - |
| HSV(B) | 347.74º | 0.65% | 0.82% | - |
| XYZ | 31.31 | 19.41 | 14.41 | - |
| YUV | 117.16 | 118.89 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 101 | 0 | 0.65 | 0.52 | 0.18 | 347.74 | 0.6 | 0.55 |
| Hex | D2 | 49 | 65 | 0 | 41 | 34 | 12 | 15C | 3C | 37 |
| Octal | 322 | 111 | 145 | 0 | 101 | 64 | 22 | 534 | 74 | 67 |
| Binary | 11010010 | 1001001 | 1100101 | 0 | 1000001 | 110100 | 10010 | 101011100 | 111100 | 110111 |
Color Harmonies of #D24965
Complementary color
Monochromatic Colors of #D24965
Black with #D24965
Text Example
Text Example
White with #D24965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24965; }
p { color: rgb(210,73,101); }
H1.HeaderClassName
{
color: #D24965;
}
.AnyTagClassName
{
color: #D24965;
}
</style>
background-color css
<style>
a { background-color: #D24965; }
a { background-color: rgb(210,73,101); }
div.DivClassName
{
background-color: #D24965;
}
.BgClassName
{
background-color: #D24965;
}
</style>
border-color css
<style>
span { border-color: #D24965; }
span { border-color: rgb(210,73,101); }
td.TdClassName
{
border-color: #D24965;
}
.TagClassName
{
border-color: #D24965;
}
</style>