Shades of Ruby #DC1059
Tints of Ruby #DC1059
RGB
CMYK
RGB Variations
Color information
#DC1059 (or 0xDC1059) is known color: Ruby. HEX triplet: DC, 10 and 59. RGB value is (220,16,89). Sum of RGB (Red+Green+Blue) = 220+16+89=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1059 is #23EFA6. Grayscale: #555555. Windows color (decimal): -2355111 or 5837020. OLE color: 5837020.
HSL color Cylindrical-coordinate representation of color #DC1059: hue angle of 338.53º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC1059 is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 89 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.14 |
| HSL | 338.53º | 0.86% | 0.46% | - |
| HSV(B) | 338.53º | 0.93% | 0.86% | - |
| XYZ | 31.5 | 16.31 | 10.94 | - |
| YUV | 85.32 | 130.09 | 224.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 89 | 0 | 0.93 | 0.60 | 0.14 | 338.53 | 0.86 | 0.46 |
| Hex | DC | 10 | 59 | 0 | 5D | 3C | E | 153 | 56 | 2E |
| Octal | 334 | 20 | 131 | 0 | 135 | 74 | 16 | 523 | 126 | 56 |
| Binary | 11011100 | 10000 | 1011001 | 0 | 1011101 | 111100 | 1110 | 101010011 | 1010110 | 101110 |
Color Harmonies of #DC1059
Complementary color
Monochromatic Colors of #DC1059
Black with #DC1059
Text Example
Text Example
White with #DC1059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1059; }
p { color: rgb(220,16,89); }
H1.HeaderClassName
{
color: #DC1059;
}
.AnyTagClassName
{
color: #DC1059;
}
</style>
background-color css
<style>
a { background-color: #DC1059; }
a { background-color: rgb(220,16,89); }
div.DivClassName
{
background-color: #DC1059;
}
.BgClassName
{
background-color: #DC1059;
}
</style>
border-color css
<style>
span { border-color: #DC1059; }
span { border-color: rgb(220,16,89); }
td.TdClassName
{
border-color: #DC1059;
}
.TagClassName
{
border-color: #DC1059;
}
</style>