Shades of Cabaret #D5566E
Tints of Cabaret #D5566E
RGB
CMYK
RGB Variations
Color information
#D5566E (or 0xD5566E) is known color: Cabaret. HEX triplet: D5, 56 and 6E. RGB value is (213,86,110). Sum of RGB (Red+Green+Blue) = 213+86+110=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 86 (33.98% from 255 or 21.03% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D5566E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5566E is #2AA991. Grayscale: #7E7E7E. Windows color (decimal): -2795922 or 7231189. OLE color: 7231189.
HSL color Cylindrical-coordinate representation of color #D5566E: hue angle of 348.66º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D5566E is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 86 | 110 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.16 |
| HSL | 348.66º | 0.6% | 0.59% | - |
| HSV(B) | 348.66º | 0.6% | 0.84% | - |
| XYZ | 33.58 | 21.93 | 17.21 | - |
| YUV | 126.71 | 118.58 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 86 | 110 | 0 | 0.60 | 0.48 | 0.16 | 348.66 | 0.6 | 0.59 |
| Hex | D5 | 56 | 6E | 0 | 3C | 30 | 10 | 15D | 3C | 3B |
| Octal | 325 | 126 | 156 | 0 | 74 | 60 | 20 | 535 | 74 | 73 |
| Binary | 11010101 | 1010110 | 1101110 | 0 | 111100 | 110000 | 10000 | 101011101 | 111100 | 111011 |
Color Harmonies of #D5566E
Complementary color
Monochromatic Colors of #D5566E
Black with #D5566E
Text Example
Text Example
White with #D5566E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5566E; }
p { color: rgb(213,86,110); }
H1.HeaderClassName
{
color: #D5566E;
}
.AnyTagClassName
{
color: #D5566E;
}
</style>
background-color css
<style>
a { background-color: #D5566E; }
a { background-color: rgb(213,86,110); }
div.DivClassName
{
background-color: #D5566E;
}
.BgClassName
{
background-color: #D5566E;
}
</style>
border-color css
<style>
span { border-color: #D5566E; }
span { border-color: rgb(213,86,110); }
td.TdClassName
{
border-color: #D5566E;
}
.TagClassName
{
border-color: #D5566E;
}
</style>