Shades of Cabaret #D05570
Tints of Cabaret #D05570
RGB
CMYK
RGB Variations
Color information
#D05570 (or 0xD05570) is known color: Cabaret. HEX triplet: D0, 55 and 70. RGB value is (208,85,112). Sum of RGB (Red+Green+Blue) = 208+85+112=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D05570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05570 is #2FAA8F. Grayscale: #7C7C7C. Windows color (decimal): -3123856 or 7362000. OLE color: 7362000.
HSL color Cylindrical-coordinate representation of color #D05570: hue angle of 346.83º 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 #D05570 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 85 | 112 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.18 |
| HSL | 346.83º | 0.57% | 0.57% | - |
| HSV(B) | 346.83º | 0.59% | 0.82% | - |
| XYZ | 32.19 | 21.08 | 17.7 | - |
| YUV | 124.86 | 120.75 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 85 | 112 | 0 | 0.59 | 0.46 | 0.18 | 346.83 | 0.57 | 0.57 |
| Hex | D0 | 55 | 70 | 0 | 3B | 2E | 12 | 15B | 39 | 39 |
| Octal | 320 | 125 | 160 | 0 | 73 | 56 | 22 | 533 | 71 | 71 |
| Binary | 11010000 | 1010101 | 1110000 | 0 | 111011 | 101110 | 10010 | 101011011 | 111001 | 111001 |
Color Harmonies of #D05570
Complementary color
Monochromatic Colors of #D05570
Black with #D05570
Text Example
Text Example
White with #D05570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05570; }
p { color: rgb(208,85,112); }
H1.HeaderClassName
{
color: #D05570;
}
.AnyTagClassName
{
color: #D05570;
}
</style>
background-color css
<style>
a { background-color: #D05570; }
a { background-color: rgb(208,85,112); }
div.DivClassName
{
background-color: #D05570;
}
.BgClassName
{
background-color: #D05570;
}
</style>
border-color css
<style>
span { border-color: #D05570; }
span { border-color: rgb(208,85,112); }
td.TdClassName
{
border-color: #D05570;
}
.TagClassName
{
border-color: #D05570;
}
</style>