Shades of Ruby #DC1470
Tints of Ruby #DC1470
RGB
CMYK
RGB Variations
Color information
#DC1470 (or 0xDC1470) is known color: Ruby. HEX triplet: DC, 14 and 70. RGB value is (220,20,112). Sum of RGB (Red+Green+Blue) = 220+20+112=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1470 is #23EB8F. Grayscale: #5A5A5A. Windows color (decimal): -2354064 or 7345372. OLE color: 7345372.
HSL color Cylindrical-coordinate representation of color #DC1470: hue angle of 332.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC1470 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 112 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.14 |
| HSL | 332.4º | 0.83% | 0.47% | - |
| HSV(B) | 332.4º | 0.91% | 0.86% | - |
| XYZ | 32.69 | 16.89 | 16.87 | - |
| YUV | 90.29 | 140.26 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 112 | 0 | 0.91 | 0.49 | 0.14 | 332.4 | 0.83 | 0.47 |
| Hex | DC | 14 | 70 | 0 | 5B | 31 | E | 14C | 53 | 2F |
| Octal | 334 | 24 | 160 | 0 | 133 | 61 | 16 | 514 | 123 | 57 |
| Binary | 11011100 | 10100 | 1110000 | 0 | 1011011 | 110001 | 1110 | 101001100 | 1010011 | 101111 |
Color Harmonies of #DC1470
Complementary color
Monochromatic Colors of #DC1470
Black with #DC1470
Text Example
Text Example
White with #DC1470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1470; }
p { color: rgb(220,20,112); }
H1.HeaderClassName
{
color: #DC1470;
}
.AnyTagClassName
{
color: #DC1470;
}
</style>
background-color css
<style>
a { background-color: #DC1470; }
a { background-color: rgb(220,20,112); }
div.DivClassName
{
background-color: #DC1470;
}
.BgClassName
{
background-color: #DC1470;
}
</style>
border-color css
<style>
span { border-color: #DC1470; }
span { border-color: rgb(220,20,112); }
td.TdClassName
{
border-color: #DC1470;
}
.TagClassName
{
border-color: #DC1470;
}
</style>