Shades of Ruby #DC1062
Tints of Ruby #DC1062
RGB
CMYK
RGB Variations
Color information
#DC1062 (or 0xDC1062) is known color: Ruby. HEX triplet: DC, 10 and 62. RGB value is (220,16,98). Sum of RGB (Red+Green+Blue) = 220+16+98=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1062 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1062 is #23EF9D. Grayscale: #565656. Windows color (decimal): -2355102 or 6426844. OLE color: 6426844.
HSL color Cylindrical-coordinate representation of color #DC1062: hue angle of 335.88º 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 #DC1062 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 98 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.14 |
| HSL | 335.88º | 0.86% | 0.46% | - |
| HSV(B) | 335.88º | 0.93% | 0.86% | - |
| XYZ | 31.91 | 16.47 | 13.05 | - |
| YUV | 86.34 | 134.59 | 223.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 98 | 0 | 0.93 | 0.55 | 0.14 | 335.88 | 0.86 | 0.46 |
| Hex | DC | 10 | 62 | 0 | 5D | 37 | E | 150 | 56 | 2E |
| Octal | 334 | 20 | 142 | 0 | 135 | 67 | 16 | 520 | 126 | 56 |
| Binary | 11011100 | 10000 | 1100010 | 0 | 1011101 | 110111 | 1110 | 101010000 | 1010110 | 101110 |
Color Harmonies of #DC1062
Complementary color
Monochromatic Colors of #DC1062
Black with #DC1062
Text Example
Text Example
White with #DC1062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1062; }
p { color: rgb(220,16,98); }
H1.HeaderClassName
{
color: #DC1062;
}
.AnyTagClassName
{
color: #DC1062;
}
</style>
background-color css
<style>
a { background-color: #DC1062; }
a { background-color: rgb(220,16,98); }
div.DivClassName
{
background-color: #DC1062;
}
.BgClassName
{
background-color: #DC1062;
}
</style>
border-color css
<style>
span { border-color: #DC1062; }
span { border-color: rgb(220,16,98); }
td.TdClassName
{
border-color: #DC1062;
}
.TagClassName
{
border-color: #DC1062;
}
</style>