Shades of Ruby #DC1761
Tints of Ruby #DC1761
RGB
CMYK
RGB Variations
Color information
#DC1761 (or 0xDC1761) is known color: Ruby. HEX triplet: DC, 17 and 61. RGB value is (220,23,97). Sum of RGB (Red+Green+Blue) = 220+23+97=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 23 (9.38% from 255 or 6.76% from 340); Blue value is 97 (38.28% from 255 or 28.53% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1761 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1761 is #23E89E. Grayscale: #5A5A5A. Windows color (decimal): -2353311 or 6363100. OLE color: 6363100.
HSL color Cylindrical-coordinate representation of color #DC1761: hue angle of 337.46º 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 #DC1761 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 97 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.14 |
| HSL | 337.46º | 0.81% | 0.48% | - |
| HSV(B) | 337.46º | 0.9% | 0.86% | - |
| XYZ | 31.98 | 16.69 | 12.85 | - |
| YUV | 90.34 | 131.77 | 220.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 97 | 0 | 0.90 | 0.56 | 0.14 | 337.46 | 0.81 | 0.48 |
| Hex | DC | 17 | 61 | 0 | 5A | 38 | E | 151 | 51 | 30 |
| Octal | 334 | 27 | 141 | 0 | 132 | 70 | 16 | 521 | 121 | 60 |
| Binary | 11011100 | 10111 | 1100001 | 0 | 1011010 | 111000 | 1110 | 101010001 | 1010001 | 110000 |
Color Harmonies of #DC1761
Complementary color
Monochromatic Colors of #DC1761
Black with #DC1761
Text Example
Text Example
White with #DC1761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1761; }
p { color: rgb(220,23,97); }
H1.HeaderClassName
{
color: #DC1761;
}
.AnyTagClassName
{
color: #DC1761;
}
</style>
background-color css
<style>
a { background-color: #DC1761; }
a { background-color: rgb(220,23,97); }
div.DivClassName
{
background-color: #DC1761;
}
.BgClassName
{
background-color: #DC1761;
}
</style>
border-color css
<style>
span { border-color: #DC1761; }
span { border-color: rgb(220,23,97); }
td.TdClassName
{
border-color: #DC1761;
}
.TagClassName
{
border-color: #DC1761;
}
</style>