Shades of Cabaret #D55571
Tints of Cabaret #D55571
RGB
CMYK
RGB Variations
Color information
#D55571 (or 0xD55571) is known color: Cabaret. HEX triplet: D5, 55 and 71. RGB value is (213,85,113). Sum of RGB (Red+Green+Blue) = 213+85+113=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D55571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55571 is #2AAA8E. Grayscale: #7E7E7E. Windows color (decimal): -2796175 or 7427541. OLE color: 7427541.
HSL color Cylindrical-coordinate representation of color #D55571: hue angle of 346.88º 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 #D55571 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 85 | 113 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.16 |
| HSL | 346.88º | 0.6% | 0.58% | - |
| HSV(B) | 346.88º | 0.6% | 0.84% | - |
| XYZ | 33.67 | 21.84 | 18.06 | - |
| YUV | 126.46 | 120.41 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 85 | 113 | 0 | 0.60 | 0.47 | 0.16 | 346.88 | 0.6 | 0.58 |
| Hex | D5 | 55 | 71 | 0 | 3C | 2F | 10 | 15B | 3C | 3A |
| Octal | 325 | 125 | 161 | 0 | 74 | 57 | 20 | 533 | 74 | 72 |
| Binary | 11010101 | 1010101 | 1110001 | 0 | 111100 | 101111 | 10000 | 101011011 | 111100 | 111010 |
Color Harmonies of #D55571
Complementary color
Monochromatic Colors of #D55571
Black with #D55571
Text Example
Text Example
White with #D55571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55571; }
p { color: rgb(213,85,113); }
H1.HeaderClassName
{
color: #D55571;
}
.AnyTagClassName
{
color: #D55571;
}
</style>
background-color css
<style>
a { background-color: #D55571; }
a { background-color: rgb(213,85,113); }
div.DivClassName
{
background-color: #D55571;
}
.BgClassName
{
background-color: #D55571;
}
</style>
border-color css
<style>
span { border-color: #D55571; }
span { border-color: rgb(213,85,113); }
td.TdClassName
{
border-color: #D55571;
}
.TagClassName
{
border-color: #D55571;
}
</style>