Shades of Ruby #DC0671
Tints of Ruby #DC0671
RGB
CMYK
RGB Variations
Color information
#DC0671 (or 0xDC0671) is known color: Ruby. HEX triplet: DC, 06 and 71. RGB value is (220,6,113). Sum of RGB (Red+Green+Blue) = 220+6+113=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 6 (2.73% from 255 or 1.77% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0671 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0671 is #23F98E. Grayscale: #515151. Windows color (decimal): -2357647 or 7407324. OLE color: 7407324.
HSL color Cylindrical-coordinate representation of color #DC0671: hue angle of 330º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC0671 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 113 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.14 |
| HSL | 330º | 0.95% | 0.44% | - |
| HSV(B) | 330º | 0.97% | 0.86% | - |
| XYZ | 32.56 | 16.54 | 17.1 | - |
| YUV | 82.18 | 145.4 | 226.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 113 | 0 | 0.97 | 0.49 | 0.14 | 330 | 0.95 | 0.44 |
| Hex | DC | 6 | 71 | 0 | 61 | 31 | E | 14A | 5F | 2C |
| Octal | 334 | 6 | 161 | 0 | 141 | 61 | 16 | 512 | 137 | 54 |
| Binary | 11011100 | 110 | 1110001 | 0 | 1100001 | 110001 | 1110 | 101001010 | 1011111 | 101100 |
Color Harmonies of #DC0671
Complementary color
Monochromatic Colors of #DC0671
Black with #DC0671
Text Example
Text Example
White with #DC0671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0671; }
p { color: rgb(220,6,113); }
H1.HeaderClassName
{
color: #DC0671;
}
.AnyTagClassName
{
color: #DC0671;
}
</style>
background-color css
<style>
a { background-color: #DC0671; }
a { background-color: rgb(220,6,113); }
div.DivClassName
{
background-color: #DC0671;
}
.BgClassName
{
background-color: #DC0671;
}
</style>
border-color css
<style>
span { border-color: #DC0671; }
span { border-color: rgb(220,6,113); }
td.TdClassName
{
border-color: #DC0671;
}
.TagClassName
{
border-color: #DC0671;
}
</style>