Shades of Ruby #DC0470
Tints of Ruby #DC0470
RGB
CMYK
RGB Variations
Color information
#DC0470 (or 0xDC0470) is known color: Ruby. HEX triplet: DC, 04 and 70. RGB value is (220,4,112). Sum of RGB (Red+Green+Blue) = 220+4+112=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0470 is #23FB8F. Grayscale: #505050. Windows color (decimal): -2358160 or 7341276. OLE color: 7341276.
HSL color Cylindrical-coordinate representation of color #DC0470: hue angle of 330º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC0470 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 4 | 112 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.14 |
| HSL | 330º | 0.96% | 0.44% | - |
| HSV(B) | 330º | 0.98% | 0.86% | - |
| XYZ | 32.48 | 16.47 | 16.8 | - |
| YUV | 80.9 | 145.56 | 227.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 112 | 0 | 0.98 | 0.49 | 0.14 | 330 | 0.96 | 0.44 |
| Hex | DC | 4 | 70 | 0 | 62 | 31 | E | 14A | 60 | 2C |
| Octal | 334 | 4 | 160 | 0 | 142 | 61 | 16 | 512 | 140 | 54 |
| Binary | 11011100 | 100 | 1110000 | 0 | 1100010 | 110001 | 1110 | 101001010 | 1100000 | 101100 |
Color Harmonies of #DC0470
Complementary color
Monochromatic Colors of #DC0470
Black with #DC0470
Text Example
Text Example
White with #DC0470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0470; }
p { color: rgb(220,4,112); }
H1.HeaderClassName
{
color: #DC0470;
}
.AnyTagClassName
{
color: #DC0470;
}
</style>
background-color css
<style>
a { background-color: #DC0470; }
a { background-color: rgb(220,4,112); }
div.DivClassName
{
background-color: #DC0470;
}
.BgClassName
{
background-color: #DC0470;
}
</style>
border-color css
<style>
span { border-color: #DC0470; }
span { border-color: rgb(220,4,112); }
td.TdClassName
{
border-color: #DC0470;
}
.TagClassName
{
border-color: #DC0470;
}
</style>