Shades of Cabaret #D24C6F
Tints of Cabaret #D24C6F
RGB
CMYK
RGB Variations
Color information
#D24C6F (or 0xD24C6F) is known color: Cabaret. HEX triplet: D2, 4C and 6F. RGB value is (210,76,111). Sum of RGB (Red+Green+Blue) = 210+76+111=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D24C6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24C6F is #2DB390. Grayscale: #787878. Windows color (decimal): -2995089 or 7294162. OLE color: 7294162.
HSL color Cylindrical-coordinate representation of color #D24C6F: hue angle of 344.33º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D24C6F is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 76 | 111 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.18 |
| HSL | 344.33º | 0.6% | 0.56% | - |
| HSV(B) | 344.33º | 0.64% | 0.82% | - |
| XYZ | 32.03 | 20.02 | 17.21 | - |
| YUV | 120.06 | 122.89 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 76 | 111 | 0 | 0.64 | 0.47 | 0.18 | 344.33 | 0.6 | 0.56 |
| Hex | D2 | 4C | 6F | 0 | 40 | 2F | 12 | 158 | 3C | 38 |
| Octal | 322 | 114 | 157 | 0 | 100 | 57 | 22 | 530 | 74 | 70 |
| Binary | 11010010 | 1001100 | 1101111 | 0 | 1000000 | 101111 | 10010 | 101011000 | 111100 | 111000 |
Color Harmonies of #D24C6F
Complementary color
Monochromatic Colors of #D24C6F
Black with #D24C6F
Text Example
Text Example
White with #D24C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24C6F; }
p { color: rgb(210,76,111); }
H1.HeaderClassName
{
color: #D24C6F;
}
.AnyTagClassName
{
color: #D24C6F;
}
</style>
background-color css
<style>
a { background-color: #D24C6F; }
a { background-color: rgb(210,76,111); }
div.DivClassName
{
background-color: #D24C6F;
}
.BgClassName
{
background-color: #D24C6F;
}
</style>
border-color css
<style>
span { border-color: #D24C6F; }
span { border-color: rgb(210,76,111); }
td.TdClassName
{
border-color: #D24C6F;
}
.TagClassName
{
border-color: #D24C6F;
}
</style>