Shades of Cabaret #D04872
Tints of Cabaret #D04872
RGB
CMYK
RGB Variations
Color information
#D04872 (or 0xD04872) is known color: Cabaret. HEX triplet: D0, 48 and 72. RGB value is (208,72,114). Sum of RGB (Red+Green+Blue) = 208+72+114=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D04872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04872 is #2FB78D. Grayscale: #757575. Windows color (decimal): -3127182 or 7489744. OLE color: 7489744.
HSL color Cylindrical-coordinate representation of color #D04872: hue angle of 341.47º 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 #D04872 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 72 | 114 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.18 |
| HSL | 341.47º | 0.59% | 0.55% | - |
| HSV(B) | 341.47º | 0.65% | 0.82% | - |
| XYZ | 31.37 | 19.26 | 17.98 | - |
| YUV | 117.45 | 126.06 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 114 | 0 | 0.65 | 0.45 | 0.18 | 341.47 | 0.59 | 0.55 |
| Hex | D0 | 48 | 72 | 0 | 41 | 2D | 12 | 155 | 3B | 37 |
| Octal | 320 | 110 | 162 | 0 | 101 | 55 | 22 | 525 | 73 | 67 |
| Binary | 11010000 | 1001000 | 1110010 | 0 | 1000001 | 101101 | 10010 | 101010101 | 111011 | 110111 |
Color Harmonies of #D04872
Complementary color
Monochromatic Colors of #D04872
Black with #D04872
Text Example
Text Example
White with #D04872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04872; }
p { color: rgb(208,72,114); }
H1.HeaderClassName
{
color: #D04872;
}
.AnyTagClassName
{
color: #D04872;
}
</style>
background-color css
<style>
a { background-color: #D04872; }
a { background-color: rgb(208,72,114); }
div.DivClassName
{
background-color: #D04872;
}
.BgClassName
{
background-color: #D04872;
}
</style>
border-color css
<style>
span { border-color: #D04872; }
span { border-color: rgb(208,72,114); }
td.TdClassName
{
border-color: #D04872;
}
.TagClassName
{
border-color: #D04872;
}
</style>