Shades of Cabaret #D55966
Tints of Cabaret #D55966
RGB
CMYK
RGB Variations
Color information
#D55966 (or 0xD55966) is known color: Cabaret. HEX triplet: D5, 59 and 66. RGB value is (213,89,102). Sum of RGB (Red+Green+Blue) = 213+89+102=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D55966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55966 is #2AA699. Grayscale: #7F7F7F. Windows color (decimal): -2795162 or 6707669. OLE color: 6707669.
HSL color Cylindrical-coordinate representation of color #D55966: hue angle of 353.71º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D55966 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 102 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.16 |
| HSL | 353.71º | 0.6% | 0.59% | - |
| HSV(B) | 353.71º | 0.58% | 0.84% | - |
| XYZ | 33.41 | 22.25 | 15.1 | - |
| YUV | 127.56 | 113.58 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 102 | 0 | 0.58 | 0.52 | 0.16 | 353.71 | 0.6 | 0.59 |
| Hex | D5 | 59 | 66 | 0 | 3A | 34 | 10 | 162 | 3C | 3B |
| Octal | 325 | 131 | 146 | 0 | 72 | 64 | 20 | 542 | 74 | 73 |
| Binary | 11010101 | 1011001 | 1100110 | 0 | 111010 | 110100 | 10000 | 101100010 | 111100 | 111011 |
Color Harmonies of #D55966
Complementary color
Monochromatic Colors of #D55966
Black with #D55966
Text Example
Text Example
White with #D55966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55966; }
p { color: rgb(213,89,102); }
H1.HeaderClassName
{
color: #D55966;
}
.AnyTagClassName
{
color: #D55966;
}
</style>
background-color css
<style>
a { background-color: #D55966; }
a { background-color: rgb(213,89,102); }
div.DivClassName
{
background-color: #D55966;
}
.BgClassName
{
background-color: #D55966;
}
</style>
border-color css
<style>
span { border-color: #D55966; }
span { border-color: rgb(213,89,102); }
td.TdClassName
{
border-color: #D55966;
}
.TagClassName
{
border-color: #D55966;
}
</style>