Shades of Ruby #DC1973
Tints of Ruby #DC1973
RGB
CMYK
RGB Variations
Color information
#DC1973 (or 0xDC1973) is known color: Ruby. HEX triplet: DC, 19 and 73. RGB value is (220,25,115). Sum of RGB (Red+Green+Blue) = 220+25+115=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1973 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1973 is #23E68C. Grayscale: #5D5D5D. Windows color (decimal): -2352781 or 7543260. OLE color: 7543260.
HSL color Cylindrical-coordinate representation of color #DC1973: hue angle of 332.31º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC1973 is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 115 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.14 |
| HSL | 332.31º | 0.8% | 0.48% | - |
| HSV(B) | 332.31º | 0.89% | 0.86% | - |
| XYZ | 32.96 | 17.15 | 17.79 | - |
| YUV | 93.57 | 140.1 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 115 | 0 | 0.89 | 0.48 | 0.14 | 332.31 | 0.8 | 0.48 |
| Hex | DC | 19 | 73 | 0 | 59 | 30 | E | 14C | 50 | 30 |
| Octal | 334 | 31 | 163 | 0 | 131 | 60 | 16 | 514 | 120 | 60 |
| Binary | 11011100 | 11001 | 1110011 | 0 | 1011001 | 110000 | 1110 | 101001100 | 1010000 | 110000 |
Color Harmonies of #DC1973
Complementary color
Monochromatic Colors of #DC1973
Black with #DC1973
Text Example
Text Example
White with #DC1973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1973; }
p { color: rgb(220,25,115); }
H1.HeaderClassName
{
color: #DC1973;
}
.AnyTagClassName
{
color: #DC1973;
}
</style>
background-color css
<style>
a { background-color: #DC1973; }
a { background-color: rgb(220,25,115); }
div.DivClassName
{
background-color: #DC1973;
}
.BgClassName
{
background-color: #DC1973;
}
</style>
border-color css
<style>
span { border-color: #DC1973; }
span { border-color: rgb(220,25,115); }
td.TdClassName
{
border-color: #DC1973;
}
.TagClassName
{
border-color: #DC1973;
}
</style>