Shades of Ruby #DC1060
Tints of Ruby #DC1060
RGB
CMYK
RGB Variations
Color information
#DC1060 (or 0xDC1060) is known color: Ruby. HEX triplet: DC, 10 and 60. RGB value is (220,16,96). Sum of RGB (Red+Green+Blue) = 220+16+96=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 16 (6.64% from 255 or 4.82% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1060 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1060 is #23EF9F. Grayscale: #565656. Windows color (decimal): -2355104 or 6295772. OLE color: 6295772.
HSL color Cylindrical-coordinate representation of color #DC1060: hue angle of 336.47º 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 #DC1060 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 96 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.14 |
| HSL | 336.47º | 0.86% | 0.46% | - |
| HSV(B) | 336.47º | 0.93% | 0.86% | - |
| XYZ | 31.81 | 16.43 | 12.56 | - |
| YUV | 86.12 | 133.59 | 223.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 96 | 0 | 0.93 | 0.56 | 0.14 | 336.47 | 0.86 | 0.46 |
| Hex | DC | 10 | 60 | 0 | 5D | 38 | E | 150 | 56 | 2E |
| Octal | 334 | 20 | 140 | 0 | 135 | 70 | 16 | 520 | 126 | 56 |
| Binary | 11011100 | 10000 | 1100000 | 0 | 1011101 | 111000 | 1110 | 101010000 | 1010110 | 101110 |
Color Harmonies of #DC1060
Complementary color
Monochromatic Colors of #DC1060
Black with #DC1060
Text Example
Text Example
White with #DC1060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1060; }
p { color: rgb(220,16,96); }
H1.HeaderClassName
{
color: #DC1060;
}
.AnyTagClassName
{
color: #DC1060;
}
</style>
background-color css
<style>
a { background-color: #DC1060; }
a { background-color: rgb(220,16,96); }
div.DivClassName
{
background-color: #DC1060;
}
.BgClassName
{
background-color: #DC1060;
}
</style>
border-color css
<style>
span { border-color: #DC1060; }
span { border-color: rgb(220,16,96); }
td.TdClassName
{
border-color: #DC1060;
}
.TagClassName
{
border-color: #DC1060;
}
</style>