Shades of Cabaret #DC576B
Tints of Cabaret #DC576B
RGB
CMYK
RGB Variations
Color information
#DC576B (or 0xDC576B) is known color: Cabaret. HEX triplet: DC, 57 and 6B. RGB value is (220,87,107). Sum of RGB (Red+Green+Blue) = 220+87+107=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 87 (34.38% from 255 or 21.01% from 414); Blue value is 107 (42.19% from 255 or 25.85% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC576B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC576B is #23A894. Grayscale: #818181. Windows color (decimal): -2336917 or 7034844. OLE color: 7034844.
HSL color Cylindrical-coordinate representation of color #DC576B: hue angle of 350.98º 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 #DC576B is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 107 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.14 |
| HSL | 350.98º | 0.66% | 0.6% | - |
| HSV(B) | 350.98º | 0.6% | 0.86% | - |
| XYZ | 35.58 | 23.09 | 16.49 | - |
| YUV | 129.05 | 115.56 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 107 | 0 | 0.60 | 0.51 | 0.14 | 350.98 | 0.66 | 0.6 |
| Hex | DC | 57 | 6B | 0 | 3C | 33 | E | 15F | 42 | 3C |
| Octal | 334 | 127 | 153 | 0 | 74 | 63 | 16 | 537 | 102 | 74 |
| Binary | 11011100 | 1010111 | 1101011 | 0 | 111100 | 110011 | 1110 | 101011111 | 1000010 | 111100 |
Color Harmonies of #DC576B
Complementary color
Monochromatic Colors of #DC576B
Black with #DC576B
Text Example
Text Example
White with #DC576B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC576B; }
p { color: rgb(220,87,107); }
H1.HeaderClassName
{
color: #DC576B;
}
.AnyTagClassName
{
color: #DC576B;
}
</style>
background-color css
<style>
a { background-color: #DC576B; }
a { background-color: rgb(220,87,107); }
div.DivClassName
{
background-color: #DC576B;
}
.BgClassName
{
background-color: #DC576B;
}
</style>
border-color css
<style>
span { border-color: #DC576B; }
span { border-color: rgb(220,87,107); }
td.TdClassName
{
border-color: #DC576B;
}
.TagClassName
{
border-color: #DC576B;
}
</style>