Shades of Ruby #DC1663
Tints of Ruby #DC1663
RGB
CMYK
RGB Variations
Color information
#DC1663 (or 0xDC1663) is known color: Ruby. HEX triplet: DC, 16 and 63. RGB value is (220,22,99). Sum of RGB (Red+Green+Blue) = 220+22+99=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1663 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1663 is #23E99C. Grayscale: #595959. Windows color (decimal): -2353565 or 6493916. OLE color: 6493916.
HSL color Cylindrical-coordinate representation of color #DC1663: hue angle of 336.67º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1663 is Cyan = 0, Magento = 0.9, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 99 | - |
| CMYK | 0 | 0.9 | 0.55 | 0.14 |
| HSL | 336.67º | 0.82% | 0.47% | - |
| HSV(B) | 336.67º | 0.9% | 0.86% | - |
| XYZ | 32.05 | 16.69 | 13.34 | - |
| YUV | 89.98 | 133.1 | 220.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 99 | 0 | 0.9 | 0.55 | 0.14 | 336.67 | 0.82 | 0.47 |
| Hex | DC | 16 | 63 | 0 | 5A | 37 | E | 151 | 52 | 2F |
| Octal | 334 | 26 | 143 | 0 | 132 | 67 | 16 | 521 | 122 | 57 |
| Binary | 11011100 | 10110 | 1100011 | 0 | 1011010 | 110111 | 1110 | 101010001 | 1010010 | 101111 |
Color Harmonies of #DC1663
Complementary color
Monochromatic Colors of #DC1663
Black with #DC1663
Text Example
Text Example
White with #DC1663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1663; }
p { color: rgb(220,22,99); }
H1.HeaderClassName
{
color: #DC1663;
}
.AnyTagClassName
{
color: #DC1663;
}
</style>
background-color css
<style>
a { background-color: #DC1663; }
a { background-color: rgb(220,22,99); }
div.DivClassName
{
background-color: #DC1663;
}
.BgClassName
{
background-color: #DC1663;
}
</style>
border-color css
<style>
span { border-color: #DC1663; }
span { border-color: rgb(220,22,99); }
td.TdClassName
{
border-color: #DC1663;
}
.TagClassName
{
border-color: #DC1663;
}
</style>