Shades of Ruby #DC1771
Tints of Ruby #DC1771
RGB
CMYK
RGB Variations
Color information
#DC1771 (or 0xDC1771) is known color: Ruby. HEX triplet: DC, 17 and 71. RGB value is (220,23,113). Sum of RGB (Red+Green+Blue) = 220+23+113=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1771 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1771 is #23E88E. Grayscale: #5C5C5C. Windows color (decimal): -2353295 or 7411676. OLE color: 7411676.
HSL color Cylindrical-coordinate representation of color #DC1771: hue angle of 332.59º 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 #DC1771 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 113 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.14 |
| HSL | 332.59º | 0.81% | 0.48% | - |
| HSV(B) | 332.59º | 0.9% | 0.86% | - |
| XYZ | 32.8 | 17.02 | 17.18 | - |
| YUV | 92.16 | 139.77 | 219.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 113 | 0 | 0.90 | 0.49 | 0.14 | 332.59 | 0.81 | 0.48 |
| Hex | DC | 17 | 71 | 0 | 5A | 31 | E | 14D | 51 | 30 |
| Octal | 334 | 27 | 161 | 0 | 132 | 61 | 16 | 515 | 121 | 60 |
| Binary | 11011100 | 10111 | 1110001 | 0 | 1011010 | 110001 | 1110 | 101001101 | 1010001 | 110000 |
Color Harmonies of #DC1771
Complementary color
Monochromatic Colors of #DC1771
Black with #DC1771
Text Example
Text Example
White with #DC1771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1771; }
p { color: rgb(220,23,113); }
H1.HeaderClassName
{
color: #DC1771;
}
.AnyTagClassName
{
color: #DC1771;
}
</style>
background-color css
<style>
a { background-color: #DC1771; }
a { background-color: rgb(220,23,113); }
div.DivClassName
{
background-color: #DC1771;
}
.BgClassName
{
background-color: #DC1771;
}
</style>
border-color css
<style>
span { border-color: #DC1771; }
span { border-color: rgb(220,23,113); }
td.TdClassName
{
border-color: #DC1771;
}
.TagClassName
{
border-color: #DC1771;
}
</style>