Shades of Cabaret #DC576D
Tints of Cabaret #DC576D
RGB
CMYK
RGB Variations
Color information
#DC576D (or 0xDC576D) is known color: Cabaret. HEX triplet: DC, 57 and 6D. RGB value is (220,87,109). Sum of RGB (Red+Green+Blue) = 220+87+109=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 87 (34.38% from 255 or 20.91% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC576D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC576D is #23A892. Grayscale: #818181. Windows color (decimal): -2336915 or 7165916. OLE color: 7165916.
HSL color Cylindrical-coordinate representation of color #DC576D: hue angle of 350.08º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC576D is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 109 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.14 |
| HSL | 350.08º | 0.66% | 0.6% | - |
| HSV(B) | 350.08º | 0.6% | 0.86% | - |
| XYZ | 35.68 | 23.14 | 17.05 | - |
| YUV | 129.28 | 116.56 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 109 | 0 | 0.60 | 0.50 | 0.14 | 350.08 | 0.66 | 0.6 |
| Hex | DC | 57 | 6D | 0 | 3C | 32 | E | 15E | 42 | 3C |
| Octal | 334 | 127 | 155 | 0 | 74 | 62 | 16 | 536 | 102 | 74 |
| Binary | 11011100 | 1010111 | 1101101 | 0 | 111100 | 110010 | 1110 | 101011110 | 1000010 | 111100 |
Color Harmonies of #DC576D
Complementary color
Monochromatic Colors of #DC576D
Black with #DC576D
Text Example
Text Example
White with #DC576D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC576D; }
p { color: rgb(220,87,109); }
H1.HeaderClassName
{
color: #DC576D;
}
.AnyTagClassName
{
color: #DC576D;
}
</style>
background-color css
<style>
a { background-color: #DC576D; }
a { background-color: rgb(220,87,109); }
div.DivClassName
{
background-color: #DC576D;
}
.BgClassName
{
background-color: #DC576D;
}
</style>
border-color css
<style>
span { border-color: #DC576D; }
span { border-color: rgb(220,87,109); }
td.TdClassName
{
border-color: #DC576D;
}
.TagClassName
{
border-color: #DC576D;
}
</style>