Shades of Ruby #DC0771
Tints of Ruby #DC0771
RGB
CMYK
RGB Variations
Color information
#DC0771 (or 0xDC0771) is known color: Ruby. HEX triplet: DC, 07 and 71. RGB value is (220,7,113). Sum of RGB (Red+Green+Blue) = 220+7+113=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 7 (3.12% from 255 or 2.06% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0771 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0771 is #23F88E. Grayscale: #525252. Windows color (decimal): -2357391 or 7407580. OLE color: 7407580.
HSL color Cylindrical-coordinate representation of color #DC0771: hue angle of 330.14º 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 #DC0771 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 113 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.14 |
| HSL | 330.14º | 0.94% | 0.45% | - |
| HSV(B) | 330.14º | 0.97% | 0.86% | - |
| XYZ | 32.57 | 16.56 | 17.1 | - |
| YUV | 82.77 | 145.07 | 225.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 113 | 0 | 0.97 | 0.49 | 0.14 | 330.14 | 0.94 | 0.45 |
| Hex | DC | 7 | 71 | 0 | 61 | 31 | E | 14A | 5E | 2D |
| Octal | 334 | 7 | 161 | 0 | 141 | 61 | 16 | 512 | 136 | 55 |
| Binary | 11011100 | 111 | 1110001 | 0 | 1100001 | 110001 | 1110 | 101001010 | 1011110 | 101101 |
Color Harmonies of #DC0771
Complementary color
Monochromatic Colors of #DC0771
Black with #DC0771
Text Example
Text Example
White with #DC0771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0771; }
p { color: rgb(220,7,113); }
H1.HeaderClassName
{
color: #DC0771;
}
.AnyTagClassName
{
color: #DC0771;
}
</style>
background-color css
<style>
a { background-color: #DC0771; }
a { background-color: rgb(220,7,113); }
div.DivClassName
{
background-color: #DC0771;
}
.BgClassName
{
background-color: #DC0771;
}
</style>
border-color css
<style>
span { border-color: #DC0771; }
span { border-color: rgb(220,7,113); }
td.TdClassName
{
border-color: #DC0771;
}
.TagClassName
{
border-color: #DC0771;
}
</style>