Shades of Cabaret #D04866
Tints of Cabaret #D04866
RGB
CMYK
RGB Variations
Color information
#D04866 (or 0xD04866) is known color: Cabaret. HEX triplet: D0, 48 and 66. RGB value is (208,72,102). Sum of RGB (Red+Green+Blue) = 208+72+102=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 102 (40.23% from 255 or 26.70% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D04866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04866 is #2FB799. Grayscale: #747474. Windows color (decimal): -3127194 or 6703312. OLE color: 6703312.
HSL color Cylindrical-coordinate representation of color #D04866: hue angle of 346.76º degrees, saturation: 0.59, 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 #D04866 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 72 | 102 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.18 |
| HSL | 346.76º | 0.59% | 0.55% | - |
| HSV(B) | 346.76º | 0.65% | 0.82% | - |
| XYZ | 30.73 | 19 | 14.62 | - |
| YUV | 116.08 | 120.06 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 102 | 0 | 0.65 | 0.51 | 0.18 | 346.76 | 0.59 | 0.55 |
| Hex | D0 | 48 | 66 | 0 | 41 | 33 | 12 | 15B | 3B | 37 |
| Octal | 320 | 110 | 146 | 0 | 101 | 63 | 22 | 533 | 73 | 67 |
| Binary | 11010000 | 1001000 | 1100110 | 0 | 1000001 | 110011 | 10010 | 101011011 | 111011 | 110111 |
Color Harmonies of #D04866
Complementary color
Monochromatic Colors of #D04866
Black with #D04866
Text Example
Text Example
White with #D04866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04866; }
p { color: rgb(208,72,102); }
H1.HeaderClassName
{
color: #D04866;
}
.AnyTagClassName
{
color: #D04866;
}
</style>
background-color css
<style>
a { background-color: #D04866; }
a { background-color: rgb(208,72,102); }
div.DivClassName
{
background-color: #D04866;
}
.BgClassName
{
background-color: #D04866;
}
</style>
border-color css
<style>
span { border-color: #D04866; }
span { border-color: rgb(208,72,102); }
td.TdClassName
{
border-color: #D04866;
}
.TagClassName
{
border-color: #D04866;
}
</style>