Shades of Ruby #DC0D70
Tints of Ruby #DC0D70
RGB
CMYK
RGB Variations
Color information
#DC0D70 (or 0xDC0D70) is known color: Ruby. HEX triplet: DC, 0D and 70. RGB value is (220,13,112). Sum of RGB (Red+Green+Blue) = 220+13+112=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 13 (5.47% from 255 or 3.77% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0D70 is #23F28F. Grayscale: #555555. Windows color (decimal): -2355856 or 7343580. OLE color: 7343580.
HSL color Cylindrical-coordinate representation of color #DC0D70: hue angle of 331.3º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0D70 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 13 | 112 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.14 |
| HSL | 331.3º | 0.89% | 0.46% | - |
| HSV(B) | 331.3º | 0.94% | 0.86% | - |
| XYZ | 32.58 | 16.67 | 16.83 | - |
| YUV | 86.18 | 142.58 | 223.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 112 | 0 | 0.94 | 0.49 | 0.14 | 331.3 | 0.89 | 0.46 |
| Hex | DC | D | 70 | 0 | 5E | 31 | E | 14B | 59 | 2E |
| Octal | 334 | 15 | 160 | 0 | 136 | 61 | 16 | 513 | 131 | 56 |
| Binary | 11011100 | 1101 | 1110000 | 0 | 1011110 | 110001 | 1110 | 101001011 | 1011001 | 101110 |
Color Harmonies of #DC0D70
Complementary color
Monochromatic Colors of #DC0D70
Black with #DC0D70
Text Example
Text Example
White with #DC0D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0D70; }
p { color: rgb(220,13,112); }
H1.HeaderClassName
{
color: #DC0D70;
}
.AnyTagClassName
{
color: #DC0D70;
}
</style>
background-color css
<style>
a { background-color: #DC0D70; }
a { background-color: rgb(220,13,112); }
div.DivClassName
{
background-color: #DC0D70;
}
.BgClassName
{
background-color: #DC0D70;
}
</style>
border-color css
<style>
span { border-color: #DC0D70; }
span { border-color: rgb(220,13,112); }
td.TdClassName
{
border-color: #DC0D70;
}
.TagClassName
{
border-color: #DC0D70;
}
</style>