Shades of Ruby #DC0776
Tints of Ruby #DC0776
RGB
CMYK
RGB Variations
Color information
#DC0776 (or 0xDC0776) is known color: Ruby. HEX triplet: DC, 07 and 76. RGB value is (220,7,118). Sum of RGB (Red+Green+Blue) = 220+7+118=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0776 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0776 is #23F889. Grayscale: #535353. Windows color (decimal): -2357386 or 7735260. OLE color: 7735260.
HSL color Cylindrical-coordinate representation of color #DC0776: hue angle of 328.73º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC0776 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 118 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.14 |
| HSL | 328.73º | 0.94% | 0.45% | - |
| HSV(B) | 328.73º | 0.97% | 0.86% | - |
| XYZ | 32.86 | 16.68 | 18.63 | - |
| YUV | 83.34 | 147.57 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 118 | 0 | 0.97 | 0.46 | 0.14 | 328.73 | 0.94 | 0.45 |
| Hex | DC | 7 | 76 | 0 | 61 | 2E | E | 149 | 5E | 2D |
| Octal | 334 | 7 | 166 | 0 | 141 | 56 | 16 | 511 | 136 | 55 |
| Binary | 11011100 | 111 | 1110110 | 0 | 1100001 | 101110 | 1110 | 101001001 | 1011110 | 101101 |
Color Harmonies of #DC0776
Complementary color
Monochromatic Colors of #DC0776
Black with #DC0776
Text Example
Text Example
White with #DC0776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0776; }
p { color: rgb(220,7,118); }
H1.HeaderClassName
{
color: #DC0776;
}
.AnyTagClassName
{
color: #DC0776;
}
</style>
background-color css
<style>
a { background-color: #DC0776; }
a { background-color: rgb(220,7,118); }
div.DivClassName
{
background-color: #DC0776;
}
.BgClassName
{
background-color: #DC0776;
}
</style>
border-color css
<style>
span { border-color: #DC0776; }
span { border-color: rgb(220,7,118); }
td.TdClassName
{
border-color: #DC0776;
}
.TagClassName
{
border-color: #DC0776;
}
</style>