Shades of Cabaret #D05571
Tints of Cabaret #D05571
RGB
CMYK
RGB Variations
Color information
#D05571 (or 0xD05571) is known color: Cabaret. HEX triplet: D0, 55 and 71. RGB value is (208,85,113). Sum of RGB (Red+Green+Blue) = 208+85+113=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D05571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05571 is #2FAA8E. Grayscale: #7C7C7C. Windows color (decimal): -3123855 or 7427536. OLE color: 7427536.
HSL color Cylindrical-coordinate representation of color #D05571: hue angle of 346.34º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D05571 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 85 | 113 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.18 |
| HSL | 346.34º | 0.57% | 0.57% | - |
| HSV(B) | 346.34º | 0.59% | 0.82% | - |
| XYZ | 32.24 | 21.1 | 18 | - |
| YUV | 124.97 | 121.25 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 85 | 113 | 0 | 0.59 | 0.46 | 0.18 | 346.34 | 0.57 | 0.57 |
| Hex | D0 | 55 | 71 | 0 | 3B | 2E | 12 | 15A | 39 | 39 |
| Octal | 320 | 125 | 161 | 0 | 73 | 56 | 22 | 532 | 71 | 71 |
| Binary | 11010000 | 1010101 | 1110001 | 0 | 111011 | 101110 | 10010 | 101011010 | 111001 | 111001 |
Color Harmonies of #D05571
Complementary color
Monochromatic Colors of #D05571
Black with #D05571
Text Example
Text Example
White with #D05571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05571; }
p { color: rgb(208,85,113); }
H1.HeaderClassName
{
color: #D05571;
}
.AnyTagClassName
{
color: #D05571;
}
</style>
background-color css
<style>
a { background-color: #D05571; }
a { background-color: rgb(208,85,113); }
div.DivClassName
{
background-color: #D05571;
}
.BgClassName
{
background-color: #D05571;
}
</style>
border-color css
<style>
span { border-color: #D05571; }
span { border-color: rgb(208,85,113); }
td.TdClassName
{
border-color: #D05571;
}
.TagClassName
{
border-color: #D05571;
}
</style>