Shades of Cabaret #D24768
Tints of Cabaret #D24768
RGB
CMYK
RGB Variations
Color information
#D24768 (or 0xD24768) is known color: Cabaret. HEX triplet: D2, 47 and 68. RGB value is (210,71,104). Sum of RGB (Red+Green+Blue) = 210+71+104=385 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.55% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 210 - color contains mainly: red. Hex color #D24768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24768 is #2DB897. Grayscale: #747474. Windows color (decimal): -2996376 or 6834130. OLE color: 6834130.
HSL color Cylindrical-coordinate representation of color #D24768: hue angle of 345.76º 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 #D24768 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 104 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.18 |
| HSL | 345.76º | 0.61% | 0.55% | - |
| HSV(B) | 345.76º | 0.66% | 0.82% | - |
| XYZ | 31.33 | 19.21 | 15.15 | - |
| YUV | 116.32 | 121.05 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 104 | 0 | 0.66 | 0.50 | 0.18 | 345.76 | 0.61 | 0.55 |
| Hex | D2 | 47 | 68 | 0 | 42 | 32 | 12 | 15A | 3D | 37 |
| Octal | 322 | 107 | 150 | 0 | 102 | 62 | 22 | 532 | 75 | 67 |
| Binary | 11010010 | 1000111 | 1101000 | 0 | 1000010 | 110010 | 10010 | 101011010 | 111101 | 110111 |
Color Harmonies of #D24768
Complementary color
Monochromatic Colors of #D24768
Black with #D24768
Text Example
Text Example
White with #D24768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24768; }
p { color: rgb(210,71,104); }
H1.HeaderClassName
{
color: #D24768;
}
.AnyTagClassName
{
color: #D24768;
}
</style>
background-color css
<style>
a { background-color: #D24768; }
a { background-color: rgb(210,71,104); }
div.DivClassName
{
background-color: #D24768;
}
.BgClassName
{
background-color: #D24768;
}
</style>
border-color css
<style>
span { border-color: #D24768; }
span { border-color: rgb(210,71,104); }
td.TdClassName
{
border-color: #D24768;
}
.TagClassName
{
border-color: #D24768;
}
</style>