Shades of Cabaret #D55570
Tints of Cabaret #D55570
RGB
CMYK
RGB Variations
Color information
#D55570 (or 0xD55570) is known color: Cabaret. HEX triplet: D5, 55 and 70. RGB value is (213,85,112). Sum of RGB (Red+Green+Blue) = 213+85+112=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D55570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55570 is #2AAA8F. Grayscale: #7E7E7E. Windows color (decimal): -2796176 or 7362005. OLE color: 7362005.
HSL color Cylindrical-coordinate representation of color #D55570: hue angle of 347.34º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D55570 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 85 | 112 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.16 |
| HSL | 347.34º | 0.6% | 0.58% | - |
| HSV(B) | 347.34º | 0.6% | 0.84% | - |
| XYZ | 33.61 | 21.81 | 17.77 | - |
| YUV | 126.35 | 119.91 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 85 | 112 | 0 | 0.60 | 0.47 | 0.16 | 347.34 | 0.6 | 0.58 |
| Hex | D5 | 55 | 70 | 0 | 3C | 2F | 10 | 15B | 3C | 3A |
| Octal | 325 | 125 | 160 | 0 | 74 | 57 | 20 | 533 | 74 | 72 |
| Binary | 11010101 | 1010101 | 1110000 | 0 | 111100 | 101111 | 10000 | 101011011 | 111100 | 111010 |
Color Harmonies of #D55570
Complementary color
Monochromatic Colors of #D55570
Black with #D55570
Text Example
Text Example
White with #D55570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55570; }
p { color: rgb(213,85,112); }
H1.HeaderClassName
{
color: #D55570;
}
.AnyTagClassName
{
color: #D55570;
}
</style>
background-color css
<style>
a { background-color: #D55570; }
a { background-color: rgb(213,85,112); }
div.DivClassName
{
background-color: #D55570;
}
.BgClassName
{
background-color: #D55570;
}
</style>
border-color css
<style>
span { border-color: #D55570; }
span { border-color: rgb(213,85,112); }
td.TdClassName
{
border-color: #D55570;
}
.TagClassName
{
border-color: #D55570;
}
</style>