Shades of Ruby #DC1770
Tints of Ruby #DC1770
RGB
CMYK
RGB Variations
Color information
#DC1770 (or 0xDC1770) is known color: Ruby. HEX triplet: DC, 17 and 70. RGB value is (220,23,112). Sum of RGB (Red+Green+Blue) = 220+23+112=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1770 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1770 is #23E88F. Grayscale: #5B5B5B. Windows color (decimal): -2353296 or 7346140. OLE color: 7346140.
HSL color Cylindrical-coordinate representation of color #DC1770: hue angle of 332.89º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1770 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 112 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.14 |
| HSL | 332.89º | 0.81% | 0.48% | - |
| HSV(B) | 332.89º | 0.9% | 0.86% | - |
| XYZ | 32.75 | 17 | 16.88 | - |
| YUV | 92.05 | 139.27 | 219.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 112 | 0 | 0.90 | 0.49 | 0.14 | 332.89 | 0.81 | 0.48 |
| Hex | DC | 17 | 70 | 0 | 5A | 31 | E | 14D | 51 | 30 |
| Octal | 334 | 27 | 160 | 0 | 132 | 61 | 16 | 515 | 121 | 60 |
| Binary | 11011100 | 10111 | 1110000 | 0 | 1011010 | 110001 | 1110 | 101001101 | 1010001 | 110000 |
Color Harmonies of #DC1770
Complementary color
Monochromatic Colors of #DC1770
Black with #DC1770
Text Example
Text Example
White with #DC1770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1770; }
p { color: rgb(220,23,112); }
H1.HeaderClassName
{
color: #DC1770;
}
.AnyTagClassName
{
color: #DC1770;
}
</style>
background-color css
<style>
a { background-color: #DC1770; }
a { background-color: rgb(220,23,112); }
div.DivClassName
{
background-color: #DC1770;
}
.BgClassName
{
background-color: #DC1770;
}
</style>
border-color css
<style>
span { border-color: #DC1770; }
span { border-color: rgb(220,23,112); }
td.TdClassName
{
border-color: #DC1770;
}
.TagClassName
{
border-color: #DC1770;
}
</style>