Shades of Cabaret #DC5565
Tints of Cabaret #DC5565
RGB
CMYK
RGB Variations
Color information
#DC5565 (or 0xDC5565) is known color: Cabaret. HEX triplet: DC, 55 and 65. RGB value is (220,85,101). Sum of RGB (Red+Green+Blue) = 220+85+101=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5565 is #23AA9A. Grayscale: #7F7F7F. Windows color (decimal): -2337435 or 6641116. OLE color: 6641116.
HSL color Cylindrical-coordinate representation of color #DC5565: hue angle of 352.89º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC5565 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 101 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.14 |
| HSL | 352.89º | 0.66% | 0.6% | - |
| HSV(B) | 352.89º | 0.61% | 0.86% | - |
| XYZ | 35.11 | 22.65 | 14.83 | - |
| YUV | 127.19 | 113.23 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 101 | 0 | 0.61 | 0.54 | 0.14 | 352.89 | 0.66 | 0.6 |
| Hex | DC | 55 | 65 | 0 | 3D | 36 | E | 161 | 42 | 3C |
| Octal | 334 | 125 | 145 | 0 | 75 | 66 | 16 | 541 | 102 | 74 |
| Binary | 11011100 | 1010101 | 1100101 | 0 | 111101 | 110110 | 1110 | 101100001 | 1000010 | 111100 |
Color Harmonies of #DC5565
Complementary color
Monochromatic Colors of #DC5565
Black with #DC5565
Text Example
Text Example
White with #DC5565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5565; }
p { color: rgb(220,85,101); }
H1.HeaderClassName
{
color: #DC5565;
}
.AnyTagClassName
{
color: #DC5565;
}
</style>
background-color css
<style>
a { background-color: #DC5565; }
a { background-color: rgb(220,85,101); }
div.DivClassName
{
background-color: #DC5565;
}
.BgClassName
{
background-color: #DC5565;
}
</style>
border-color css
<style>
span { border-color: #DC5565; }
span { border-color: rgb(220,85,101); }
td.TdClassName
{
border-color: #DC5565;
}
.TagClassName
{
border-color: #DC5565;
}
</style>