Shades of Ruby #DC1570
Tints of Ruby #DC1570
RGB
CMYK
RGB Variations
Color information
#DC1570 (or 0xDC1570) is known color: Ruby. HEX triplet: DC, 15 and 70. RGB value is (220,21,112). Sum of RGB (Red+Green+Blue) = 220+21+112=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1570 is #23EA8F. Grayscale: #5A5A5A. Windows color (decimal): -2353808 or 7345628. OLE color: 7345628.
HSL color Cylindrical-coordinate representation of color #DC1570: hue angle of 332.56º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1570 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 112 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.14 |
| HSL | 332.56º | 0.83% | 0.47% | - |
| HSV(B) | 332.56º | 0.9% | 0.86% | - |
| XYZ | 32.71 | 16.92 | 16.87 | - |
| YUV | 90.88 | 139.93 | 220.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 112 | 0 | 0.90 | 0.49 | 0.14 | 332.56 | 0.83 | 0.47 |
| Hex | DC | 15 | 70 | 0 | 5A | 31 | E | 14D | 53 | 2F |
| Octal | 334 | 25 | 160 | 0 | 132 | 61 | 16 | 515 | 123 | 57 |
| Binary | 11011100 | 10101 | 1110000 | 0 | 1011010 | 110001 | 1110 | 101001101 | 1010011 | 101111 |
Color Harmonies of #DC1570
Complementary color
Monochromatic Colors of #DC1570
Black with #DC1570
Text Example
Text Example
White with #DC1570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1570; }
p { color: rgb(220,21,112); }
H1.HeaderClassName
{
color: #DC1570;
}
.AnyTagClassName
{
color: #DC1570;
}
</style>
background-color css
<style>
a { background-color: #DC1570; }
a { background-color: rgb(220,21,112); }
div.DivClassName
{
background-color: #DC1570;
}
.BgClassName
{
background-color: #DC1570;
}
</style>
border-color css
<style>
span { border-color: #DC1570; }
span { border-color: rgb(220,21,112); }
td.TdClassName
{
border-color: #DC1570;
}
.TagClassName
{
border-color: #DC1570;
}
</style>