Shades of Ruby #DC0970
Tints of Ruby #DC0970
RGB
CMYK
RGB Variations
Color information
#DC0970 (or 0xDC0970) is known color: Ruby. HEX triplet: DC, 09 and 70. RGB value is (220,9,112). Sum of RGB (Red+Green+Blue) = 220+9+112=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0970 is #23F68F. Grayscale: #535353. Windows color (decimal): -2356880 or 7342556. OLE color: 7342556.
HSL color Cylindrical-coordinate representation of color #DC0970: hue angle of 330.71º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC0970 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 112 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.14 |
| HSL | 330.71º | 0.92% | 0.45% | - |
| HSV(B) | 330.71º | 0.96% | 0.86% | - |
| XYZ | 32.54 | 16.58 | 16.81 | - |
| YUV | 83.83 | 143.9 | 225.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 112 | 0 | 0.96 | 0.49 | 0.14 | 330.71 | 0.92 | 0.45 |
| Hex | DC | 9 | 70 | 0 | 60 | 31 | E | 14B | 5C | 2D |
| Octal | 334 | 11 | 160 | 0 | 140 | 61 | 16 | 513 | 134 | 55 |
| Binary | 11011100 | 1001 | 1110000 | 0 | 1100000 | 110001 | 1110 | 101001011 | 1011100 | 101101 |
Color Harmonies of #DC0970
Complementary color
Monochromatic Colors of #DC0970
Black with #DC0970
Text Example
Text Example
White with #DC0970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0970; }
p { color: rgb(220,9,112); }
H1.HeaderClassName
{
color: #DC0970;
}
.AnyTagClassName
{
color: #DC0970;
}
</style>
background-color css
<style>
a { background-color: #DC0970; }
a { background-color: rgb(220,9,112); }
div.DivClassName
{
background-color: #DC0970;
}
.BgClassName
{
background-color: #DC0970;
}
</style>
border-color css
<style>
span { border-color: #DC0970; }
span { border-color: rgb(220,9,112); }
td.TdClassName
{
border-color: #DC0970;
}
.TagClassName
{
border-color: #DC0970;
}
</style>