Shades of Cabaret #DC5569
Tints of Cabaret #DC5569
RGB
CMYK
RGB Variations
Color information
#DC5569 (or 0xDC5569) is known color: Cabaret. HEX triplet: DC, 55 and 69. RGB value is (220,85,105). Sum of RGB (Red+Green+Blue) = 220+85+105=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 105 (41.41% from 255 or 25.61% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5569 is #23AA96. Grayscale: #7F7F7F. Windows color (decimal): -2337431 or 6903260. OLE color: 6903260.
HSL color Cylindrical-coordinate representation of color #DC5569: hue angle of 351.11º 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 #DC5569 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 105 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.14 |
| HSL | 351.11º | 0.66% | 0.6% | - |
| HSV(B) | 351.11º | 0.61% | 0.86% | - |
| XYZ | 35.31 | 22.73 | 15.89 | - |
| YUV | 127.65 | 115.23 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 105 | 0 | 0.61 | 0.52 | 0.14 | 351.11 | 0.66 | 0.6 |
| Hex | DC | 55 | 69 | 0 | 3D | 34 | E | 15F | 42 | 3C |
| Octal | 334 | 125 | 151 | 0 | 75 | 64 | 16 | 537 | 102 | 74 |
| Binary | 11011100 | 1010101 | 1101001 | 0 | 111101 | 110100 | 1110 | 101011111 | 1000010 | 111100 |
Color Harmonies of #DC5569
Complementary color
Monochromatic Colors of #DC5569
Black with #DC5569
Text Example
Text Example
White with #DC5569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5569; }
p { color: rgb(220,85,105); }
H1.HeaderClassName
{
color: #DC5569;
}
.AnyTagClassName
{
color: #DC5569;
}
</style>
background-color css
<style>
a { background-color: #DC5569; }
a { background-color: rgb(220,85,105); }
div.DivClassName
{
background-color: #DC5569;
}
.BgClassName
{
background-color: #DC5569;
}
</style>
border-color css
<style>
span { border-color: #DC5569; }
span { border-color: rgb(220,85,105); }
td.TdClassName
{
border-color: #DC5569;
}
.TagClassName
{
border-color: #DC5569;
}
</style>