Shades of Cabaret #D35566
Tints of Cabaret #D35566
RGB
CMYK
RGB Variations
Color information
#D35566 (or 0xD35566) is known color: Cabaret. HEX triplet: D3, 55 and 66. RGB value is (211,85,102). Sum of RGB (Red+Green+Blue) = 211+85+102=398 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.02% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 211 - color contains mainly: red. Hex color #D35566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35566 is #2CAA99. Grayscale: #7C7C7C. Windows color (decimal): -2927258 or 6706643. OLE color: 6706643.
HSL color Cylindrical-coordinate representation of color #D35566: hue angle of 351.9º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D35566 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 85 | 102 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.17 |
| HSL | 351.9º | 0.59% | 0.58% | - |
| HSV(B) | 351.9º | 0.6% | 0.83% | - |
| XYZ | 32.51 | 21.31 | 14.97 | - |
| YUV | 124.61 | 115.24 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 85 | 102 | 0 | 0.60 | 0.52 | 0.17 | 351.9 | 0.59 | 0.58 |
| Hex | D3 | 55 | 66 | 0 | 3C | 34 | 11 | 160 | 3B | 3A |
| Octal | 323 | 125 | 146 | 0 | 74 | 64 | 21 | 540 | 73 | 72 |
| Binary | 11010011 | 1010101 | 1100110 | 0 | 111100 | 110100 | 10001 | 101100000 | 111011 | 111010 |
Color Harmonies of #D35566
Complementary color
Monochromatic Colors of #D35566
Black with #D35566
Text Example
Text Example
White with #D35566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35566; }
p { color: rgb(211,85,102); }
H1.HeaderClassName
{
color: #D35566;
}
.AnyTagClassName
{
color: #D35566;
}
</style>
background-color css
<style>
a { background-color: #D35566; }
a { background-color: rgb(211,85,102); }
div.DivClassName
{
background-color: #D35566;
}
.BgClassName
{
background-color: #D35566;
}
</style>
border-color css
<style>
span { border-color: #D35566; }
span { border-color: rgb(211,85,102); }
td.TdClassName
{
border-color: #D35566;
}
.TagClassName
{
border-color: #D35566;
}
</style>