Shades of Ruby #DC1863
Tints of Ruby #DC1863
RGB
CMYK
RGB Variations
Color information
#DC1863 (or 0xDC1863) is known color: Ruby. HEX triplet: DC, 18 and 63. RGB value is (220,24,99). Sum of RGB (Red+Green+Blue) = 220+24+99=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 99 (39.06% from 255 or 28.86% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1863 is #23E79C. Grayscale: #5B5B5B. Windows color (decimal): -2353053 or 6494428. OLE color: 6494428.
HSL color Cylindrical-coordinate representation of color #DC1863: hue angle of 337.04º 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 #DC1863 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 99 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.14 |
| HSL | 337.04º | 0.8% | 0.48% | - |
| HSV(B) | 337.04º | 0.89% | 0.86% | - |
| XYZ | 32.09 | 16.77 | 13.35 | - |
| YUV | 91.15 | 132.43 | 219.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 99 | 0 | 0.89 | 0.55 | 0.14 | 337.04 | 0.8 | 0.48 |
| Hex | DC | 18 | 63 | 0 | 59 | 37 | E | 151 | 50 | 30 |
| Octal | 334 | 30 | 143 | 0 | 131 | 67 | 16 | 521 | 120 | 60 |
| Binary | 11011100 | 11000 | 1100011 | 0 | 1011001 | 110111 | 1110 | 101010001 | 1010000 | 110000 |
Color Harmonies of #DC1863
Complementary color
Monochromatic Colors of #DC1863
Black with #DC1863
Text Example
Text Example
White with #DC1863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1863; }
p { color: rgb(220,24,99); }
H1.HeaderClassName
{
color: #DC1863;
}
.AnyTagClassName
{
color: #DC1863;
}
</style>
background-color css
<style>
a { background-color: #DC1863; }
a { background-color: rgb(220,24,99); }
div.DivClassName
{
background-color: #DC1863;
}
.BgClassName
{
background-color: #DC1863;
}
</style>
border-color css
<style>
span { border-color: #DC1863; }
span { border-color: rgb(220,24,99); }
td.TdClassName
{
border-color: #DC1863;
}
.TagClassName
{
border-color: #DC1863;
}
</style>