Shades of Cabaret #D04971
Tints of Cabaret #D04971
RGB
CMYK
RGB Variations
Color information
#D04971 (or 0xD04971) is known color: Cabaret. HEX triplet: D0, 49 and 71. RGB value is (208,73,113). Sum of RGB (Red+Green+Blue) = 208+73+113=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D04971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04971 is #2FB68E. Grayscale: #757575. Windows color (decimal): -3126927 or 7424464. OLE color: 7424464.
HSL color Cylindrical-coordinate representation of color #D04971: hue angle of 342.22º 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 #D04971 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 73 | 113 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.18 |
| HSL | 342.22º | 0.59% | 0.55% | - |
| HSV(B) | 342.22º | 0.65% | 0.82% | - |
| XYZ | 31.38 | 19.37 | 17.71 | - |
| YUV | 117.93 | 125.23 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 73 | 113 | 0 | 0.65 | 0.46 | 0.18 | 342.22 | 0.59 | 0.55 |
| Hex | D0 | 49 | 71 | 0 | 41 | 2E | 12 | 156 | 3B | 37 |
| Octal | 320 | 111 | 161 | 0 | 101 | 56 | 22 | 526 | 73 | 67 |
| Binary | 11010000 | 1001001 | 1110001 | 0 | 1000001 | 101110 | 10010 | 101010110 | 111011 | 110111 |
Color Harmonies of #D04971
Complementary color
Monochromatic Colors of #D04971
Black with #D04971
Text Example
Text Example
White with #D04971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04971; }
p { color: rgb(208,73,113); }
H1.HeaderClassName
{
color: #D04971;
}
.AnyTagClassName
{
color: #D04971;
}
</style>
background-color css
<style>
a { background-color: #D04971; }
a { background-color: rgb(208,73,113); }
div.DivClassName
{
background-color: #D04971;
}
.BgClassName
{
background-color: #D04971;
}
</style>
border-color css
<style>
span { border-color: #D04971; }
span { border-color: rgb(208,73,113); }
td.TdClassName
{
border-color: #D04971;
}
.TagClassName
{
border-color: #D04971;
}
</style>