Shades of Cabaret #D6556E
Tints of Cabaret #D6556E
RGB
CMYK
RGB Variations
Color information
#D6556E (or 0xD6556E) is known color: Cabaret. HEX triplet: D6, 55 and 6E. RGB value is (214,85,110). Sum of RGB (Red+Green+Blue) = 214+85+110=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D6556E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6556E is #29AA91. Grayscale: #7E7E7E. Windows color (decimal): -2730642 or 7230934. OLE color: 7230934.
HSL color Cylindrical-coordinate representation of color #D6556E: hue angle of 348.37º degrees, saturation: 0.61, 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 #D6556E is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 110 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.16 |
| HSL | 348.37º | 0.61% | 0.59% | - |
| HSV(B) | 348.37º | 0.6% | 0.84% | - |
| XYZ | 33.79 | 21.92 | 17.2 | - |
| YUV | 126.42 | 118.74 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 110 | 0 | 0.60 | 0.49 | 0.16 | 348.37 | 0.61 | 0.59 |
| Hex | D6 | 55 | 6E | 0 | 3C | 31 | 10 | 15C | 3D | 3B |
| Octal | 326 | 125 | 156 | 0 | 74 | 61 | 20 | 534 | 75 | 73 |
| Binary | 11010110 | 1010101 | 1101110 | 0 | 111100 | 110001 | 10000 | 101011100 | 111101 | 111011 |
Color Harmonies of #D6556E
Complementary color
Monochromatic Colors of #D6556E
Black with #D6556E
Text Example
Text Example
White with #D6556E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6556E; }
p { color: rgb(214,85,110); }
H1.HeaderClassName
{
color: #D6556E;
}
.AnyTagClassName
{
color: #D6556E;
}
</style>
background-color css
<style>
a { background-color: #D6556E; }
a { background-color: rgb(214,85,110); }
div.DivClassName
{
background-color: #D6556E;
}
.BgClassName
{
background-color: #D6556E;
}
</style>
border-color css
<style>
span { border-color: #D6556E; }
span { border-color: rgb(214,85,110); }
td.TdClassName
{
border-color: #D6556E;
}
.TagClassName
{
border-color: #D6556E;
}
</style>