Shades of Cabaret #D04471
Tints of Cabaret #D04471
RGB
CMYK
RGB Variations
Color information
#D04471 (or 0xD04471) is known color: Cabaret. HEX triplet: D0, 44 and 71. RGB value is (208,68,113). Sum of RGB (Red+Green+Blue) = 208+68+113=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 68 (26.95% from 255 or 17.48% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D04471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04471 is #2FBB8E. Grayscale: #727272. Windows color (decimal): -3128207 or 7423184. OLE color: 7423184.
HSL color Cylindrical-coordinate representation of color #D04471: hue angle of 340.71º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D04471 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 68 | 113 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.18 |
| HSL | 340.71º | 0.6% | 0.54% | - |
| HSV(B) | 340.71º | 0.67% | 0.82% | - |
| XYZ | 31.06 | 18.74 | 17.6 | - |
| YUV | 114.99 | 126.88 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 113 | 0 | 0.67 | 0.46 | 0.18 | 340.71 | 0.6 | 0.54 |
| Hex | D0 | 44 | 71 | 0 | 43 | 2E | 12 | 155 | 3C | 36 |
| Octal | 320 | 104 | 161 | 0 | 103 | 56 | 22 | 525 | 74 | 66 |
| Binary | 11010000 | 1000100 | 1110001 | 0 | 1000011 | 101110 | 10010 | 101010101 | 111100 | 110110 |
Color Harmonies of #D04471
Complementary color
Monochromatic Colors of #D04471
Black with #D04471
Text Example
Text Example
White with #D04471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04471; }
p { color: rgb(208,68,113); }
H1.HeaderClassName
{
color: #D04471;
}
.AnyTagClassName
{
color: #D04471;
}
</style>
background-color css
<style>
a { background-color: #D04471; }
a { background-color: rgb(208,68,113); }
div.DivClassName
{
background-color: #D04471;
}
.BgClassName
{
background-color: #D04471;
}
</style>
border-color css
<style>
span { border-color: #D04471; }
span { border-color: rgb(208,68,113); }
td.TdClassName
{
border-color: #D04471;
}
.TagClassName
{
border-color: #D04471;
}
</style>