Shades of Cabaret #D55771
Tints of Cabaret #D55771
RGB
CMYK
RGB Variations
Color information
#D55771 (or 0xD55771) is known color: Cabaret. HEX triplet: D5, 57 and 71. RGB value is (213,87,113). Sum of RGB (Red+Green+Blue) = 213+87+113=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 87 (34.38% from 255 or 21.07% from 413); Blue value is 113 (44.53% from 255 or 27.36% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D55771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55771 is #2AA88E. Grayscale: #7F7F7F. Windows color (decimal): -2795663 or 7428053. OLE color: 7428053.
HSL color Cylindrical-coordinate representation of color #D55771: hue angle of 347.62º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D55771 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 87 | 113 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.16 |
| HSL | 347.62º | 0.6% | 0.59% | - |
| HSV(B) | 347.62º | 0.59% | 0.84% | - |
| XYZ | 33.83 | 22.15 | 18.12 | - |
| YUV | 127.64 | 119.74 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 87 | 113 | 0 | 0.59 | 0.47 | 0.16 | 347.62 | 0.6 | 0.59 |
| Hex | D5 | 57 | 71 | 0 | 3B | 2F | 10 | 15C | 3C | 3B |
| Octal | 325 | 127 | 161 | 0 | 73 | 57 | 20 | 534 | 74 | 73 |
| Binary | 11010101 | 1010111 | 1110001 | 0 | 111011 | 101111 | 10000 | 101011100 | 111100 | 111011 |
Color Harmonies of #D55771
Complementary color
Monochromatic Colors of #D55771
Black with #D55771
Text Example
Text Example
White with #D55771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55771; }
p { color: rgb(213,87,113); }
H1.HeaderClassName
{
color: #D55771;
}
.AnyTagClassName
{
color: #D55771;
}
</style>
background-color css
<style>
a { background-color: #D55771; }
a { background-color: rgb(213,87,113); }
div.DivClassName
{
background-color: #D55771;
}
.BgClassName
{
background-color: #D55771;
}
</style>
border-color css
<style>
span { border-color: #D55771; }
span { border-color: rgb(213,87,113); }
td.TdClassName
{
border-color: #D55771;
}
.TagClassName
{
border-color: #D55771;
}
</style>