Shades of Ruby #DC0670
Tints of Ruby #DC0670
RGB
CMYK
RGB Variations
Color information
#DC0670 (or 0xDC0670) is known color: Ruby. HEX triplet: DC, 06 and 70. RGB value is (220,6,112). Sum of RGB (Red+Green+Blue) = 220+6+112=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0670 is #23F98F. Grayscale: #515151. Windows color (decimal): -2357648 or 7341788. OLE color: 7341788.
HSL color Cylindrical-coordinate representation of color #DC0670: hue angle of 330.28º 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 #DC0670 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 112 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.14 |
| HSL | 330.28º | 0.95% | 0.44% | - |
| HSV(B) | 330.28º | 0.97% | 0.86% | - |
| XYZ | 32.5 | 16.52 | 16.8 | - |
| YUV | 82.07 | 144.9 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 112 | 0 | 0.97 | 0.49 | 0.14 | 330.28 | 0.95 | 0.44 |
| Hex | DC | 6 | 70 | 0 | 61 | 31 | E | 14A | 5F | 2C |
| Octal | 334 | 6 | 160 | 0 | 141 | 61 | 16 | 512 | 137 | 54 |
| Binary | 11011100 | 110 | 1110000 | 0 | 1100001 | 110001 | 1110 | 101001010 | 1011111 | 101100 |
Color Harmonies of #DC0670
Complementary color
Monochromatic Colors of #DC0670
Black with #DC0670
Text Example
Text Example
White with #DC0670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0670; }
p { color: rgb(220,6,112); }
H1.HeaderClassName
{
color: #DC0670;
}
.AnyTagClassName
{
color: #DC0670;
}
</style>
background-color css
<style>
a { background-color: #DC0670; }
a { background-color: rgb(220,6,112); }
div.DivClassName
{
background-color: #DC0670;
}
.BgClassName
{
background-color: #DC0670;
}
</style>
border-color css
<style>
span { border-color: #DC0670; }
span { border-color: rgb(220,6,112); }
td.TdClassName
{
border-color: #DC0670;
}
.TagClassName
{
border-color: #DC0670;
}
</style>