Shades of Ruby #DC0870
Tints of Ruby #DC0870
RGB
CMYK
RGB Variations
Color information
#DC0870 (or 0xDC0870) is known color: Ruby. HEX triplet: DC, 08 and 70. RGB value is (220,8,112). Sum of RGB (Red+Green+Blue) = 220+8+112=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 8 (3.52% from 255 or 2.35% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0870 is #23F78F. Grayscale: #535353. Windows color (decimal): -2357136 or 7342300. OLE color: 7342300.
HSL color Cylindrical-coordinate representation of color #DC0870: hue angle of 330.57º degrees, saturation: 0.93, 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 #DC0870 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 112 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.14 |
| HSL | 330.57º | 0.93% | 0.45% | - |
| HSV(B) | 330.57º | 0.96% | 0.86% | - |
| XYZ | 32.53 | 16.56 | 16.81 | - |
| YUV | 83.24 | 144.24 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 112 | 0 | 0.96 | 0.49 | 0.14 | 330.57 | 0.93 | 0.45 |
| Hex | DC | 8 | 70 | 0 | 60 | 31 | E | 14B | 5D | 2D |
| Octal | 334 | 10 | 160 | 0 | 140 | 61 | 16 | 513 | 135 | 55 |
| Binary | 11011100 | 1000 | 1110000 | 0 | 1100000 | 110001 | 1110 | 101001011 | 1011101 | 101101 |
Color Harmonies of #DC0870
Complementary color
Monochromatic Colors of #DC0870
Black with #DC0870
Text Example
Text Example
White with #DC0870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0870; }
p { color: rgb(220,8,112); }
H1.HeaderClassName
{
color: #DC0870;
}
.AnyTagClassName
{
color: #DC0870;
}
</style>
background-color css
<style>
a { background-color: #DC0870; }
a { background-color: rgb(220,8,112); }
div.DivClassName
{
background-color: #DC0870;
}
.BgClassName
{
background-color: #DC0870;
}
</style>
border-color css
<style>
span { border-color: #DC0870; }
span { border-color: rgb(220,8,112); }
td.TdClassName
{
border-color: #DC0870;
}
.TagClassName
{
border-color: #DC0870;
}
</style>