Shades of Ruby #DC0576
Tints of Ruby #DC0576
RGB
CMYK
RGB Variations
Color information
#DC0576 (or 0xDC0576) is known color: Ruby. HEX triplet: DC, 05 and 76. RGB value is (220,5,118). Sum of RGB (Red+Green+Blue) = 220+5+118=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 5 (2.34% from 255 or 1.46% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0576 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0576 is #23FA89. Grayscale: #515151. Windows color (decimal): -2357898 or 7734748. OLE color: 7734748.
HSL color Cylindrical-coordinate representation of color #DC0576: hue angle of 328.47º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC0576 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 118 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.14 |
| HSL | 328.47º | 0.96% | 0.44% | - |
| HSV(B) | 328.47º | 0.98% | 0.86% | - |
| XYZ | 32.84 | 16.63 | 18.62 | - |
| YUV | 82.17 | 148.23 | 226.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 118 | 0 | 0.98 | 0.46 | 0.14 | 328.47 | 0.96 | 0.44 |
| Hex | DC | 5 | 76 | 0 | 62 | 2E | E | 148 | 60 | 2C |
| Octal | 334 | 5 | 166 | 0 | 142 | 56 | 16 | 510 | 140 | 54 |
| Binary | 11011100 | 101 | 1110110 | 0 | 1100010 | 101110 | 1110 | 101001000 | 1100000 | 101100 |
Color Harmonies of #DC0576
Complementary color
Monochromatic Colors of #DC0576
Black with #DC0576
Text Example
Text Example
White with #DC0576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0576; }
p { color: rgb(220,5,118); }
H1.HeaderClassName
{
color: #DC0576;
}
.AnyTagClassName
{
color: #DC0576;
}
</style>
background-color css
<style>
a { background-color: #DC0576; }
a { background-color: rgb(220,5,118); }
div.DivClassName
{
background-color: #DC0576;
}
.BgClassName
{
background-color: #DC0576;
}
</style>
border-color css
<style>
span { border-color: #DC0576; }
span { border-color: rgb(220,5,118); }
td.TdClassName
{
border-color: #DC0576;
}
.TagClassName
{
border-color: #DC0576;
}
</style>