Shades of Ruby #DC1763
Tints of Ruby #DC1763
RGB
CMYK
RGB Variations
Color information
#DC1763 (or 0xDC1763) is known color: Ruby. HEX triplet: DC, 17 and 63. RGB value is (220,23,99). Sum of RGB (Red+Green+Blue) = 220+23+99=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 23 (9.38% from 255 or 6.73% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1763 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1763 is #23E89C. Grayscale: #5A5A5A. Windows color (decimal): -2353309 or 6494172. OLE color: 6494172.
HSL color Cylindrical-coordinate representation of color #DC1763: hue angle of 336.85º 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 #DC1763 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 99 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.14 |
| HSL | 336.85º | 0.81% | 0.48% | - |
| HSV(B) | 336.85º | 0.9% | 0.86% | - |
| XYZ | 32.07 | 16.73 | 13.34 | - |
| YUV | 90.57 | 132.77 | 220.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 99 | 0 | 0.90 | 0.55 | 0.14 | 336.85 | 0.81 | 0.48 |
| Hex | DC | 17 | 63 | 0 | 5A | 37 | E | 151 | 51 | 30 |
| Octal | 334 | 27 | 143 | 0 | 132 | 67 | 16 | 521 | 121 | 60 |
| Binary | 11011100 | 10111 | 1100011 | 0 | 1011010 | 110111 | 1110 | 101010001 | 1010001 | 110000 |
Color Harmonies of #DC1763
Complementary color
Monochromatic Colors of #DC1763
Black with #DC1763
Text Example
Text Example
White with #DC1763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1763; }
p { color: rgb(220,23,99); }
H1.HeaderClassName
{
color: #DC1763;
}
.AnyTagClassName
{
color: #DC1763;
}
</style>
background-color css
<style>
a { background-color: #DC1763; }
a { background-color: rgb(220,23,99); }
div.DivClassName
{
background-color: #DC1763;
}
.BgClassName
{
background-color: #DC1763;
}
</style>
border-color css
<style>
span { border-color: #DC1763; }
span { border-color: rgb(220,23,99); }
td.TdClassName
{
border-color: #DC1763;
}
.TagClassName
{
border-color: #DC1763;
}
</style>