Shades of Ruby #DC1964
Tints of Ruby #DC1964
RGB
CMYK
RGB Variations
Color information
#DC1964 (or 0xDC1964) is known color: Ruby. HEX triplet: DC, 19 and 64. RGB value is (220,25,100). Sum of RGB (Red+Green+Blue) = 220+25+100=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1964 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1964 is #23E69B. Grayscale: #5B5B5B. Windows color (decimal): -2352796 or 6560220. OLE color: 6560220.
HSL color Cylindrical-coordinate representation of color #DC1964: hue angle of 336.92º 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 #DC1964 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 100 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.14 |
| HSL | 336.92º | 0.8% | 0.48% | - |
| HSV(B) | 336.92º | 0.89% | 0.86% | - |
| XYZ | 32.16 | 16.83 | 13.61 | - |
| YUV | 91.86 | 132.6 | 219.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 100 | 0 | 0.89 | 0.55 | 0.14 | 336.92 | 0.8 | 0.48 |
| Hex | DC | 19 | 64 | 0 | 59 | 37 | E | 151 | 50 | 30 |
| Octal | 334 | 31 | 144 | 0 | 131 | 67 | 16 | 521 | 120 | 60 |
| Binary | 11011100 | 11001 | 1100100 | 0 | 1011001 | 110111 | 1110 | 101010001 | 1010000 | 110000 |
Color Harmonies of #DC1964
Complementary color
Monochromatic Colors of #DC1964
Black with #DC1964
Text Example
Text Example
White with #DC1964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1964; }
p { color: rgb(220,25,100); }
H1.HeaderClassName
{
color: #DC1964;
}
.AnyTagClassName
{
color: #DC1964;
}
</style>
background-color css
<style>
a { background-color: #DC1964; }
a { background-color: rgb(220,25,100); }
div.DivClassName
{
background-color: #DC1964;
}
.BgClassName
{
background-color: #DC1964;
}
</style>
border-color css
<style>
span { border-color: #DC1964; }
span { border-color: rgb(220,25,100); }
td.TdClassName
{
border-color: #DC1964;
}
.TagClassName
{
border-color: #DC1964;
}
</style>