Shades of Ruby #DC1976
Tints of Ruby #DC1976
RGB
CMYK
RGB Variations
Color information
#DC1976 (or 0xDC1976) is known color: Ruby. HEX triplet: DC, 19 and 76. RGB value is (220,25,118). Sum of RGB (Red+Green+Blue) = 220+25+118=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1976 is #23E689. Grayscale: #5D5D5D. Windows color (decimal): -2352778 or 7739868. OLE color: 7739868.
HSL color Cylindrical-coordinate representation of color #DC1976: hue angle of 331.38º 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 #DC1976 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 118 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.14 |
| HSL | 331.38º | 0.8% | 0.48% | - |
| HSV(B) | 331.38º | 0.89% | 0.86% | - |
| XYZ | 33.13 | 17.22 | 18.72 | - |
| YUV | 93.91 | 141.6 | 217.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 118 | 0 | 0.89 | 0.46 | 0.14 | 331.38 | 0.8 | 0.48 |
| Hex | DC | 19 | 76 | 0 | 59 | 2E | E | 14B | 50 | 30 |
| Octal | 334 | 31 | 166 | 0 | 131 | 56 | 16 | 513 | 120 | 60 |
| Binary | 11011100 | 11001 | 1110110 | 0 | 1011001 | 101110 | 1110 | 101001011 | 1010000 | 110000 |
Color Harmonies of #DC1976
Complementary color
Monochromatic Colors of #DC1976
Black with #DC1976
Text Example
Text Example
White with #DC1976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1976; }
p { color: rgb(220,25,118); }
H1.HeaderClassName
{
color: #DC1976;
}
.AnyTagClassName
{
color: #DC1976;
}
</style>
background-color css
<style>
a { background-color: #DC1976; }
a { background-color: rgb(220,25,118); }
div.DivClassName
{
background-color: #DC1976;
}
.BgClassName
{
background-color: #DC1976;
}
</style>
border-color css
<style>
span { border-color: #DC1976; }
span { border-color: rgb(220,25,118); }
td.TdClassName
{
border-color: #DC1976;
}
.TagClassName
{
border-color: #DC1976;
}
</style>