Shades of Ruby #DC1162
Tints of Ruby #DC1162
RGB
CMYK
RGB Variations
Color information
#DC1162 (or 0xDC1162) is known color: Ruby. HEX triplet: DC, 11 and 62. RGB value is (220,17,98). Sum of RGB (Red+Green+Blue) = 220+17+98=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1162 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1162 is #23EE9D. Grayscale: #565656. Windows color (decimal): -2354846 or 6427100. OLE color: 6427100.
HSL color Cylindrical-coordinate representation of color #DC1162: hue angle of 336.06º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC1162 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 98 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.14 |
| HSL | 336.06º | 0.86% | 0.46% | - |
| HSV(B) | 336.06º | 0.92% | 0.86% | - |
| XYZ | 31.92 | 16.5 | 13.06 | - |
| YUV | 86.93 | 134.25 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 98 | 0 | 0.92 | 0.55 | 0.14 | 336.06 | 0.86 | 0.46 |
| Hex | DC | 11 | 62 | 0 | 5C | 37 | E | 150 | 56 | 2E |
| Octal | 334 | 21 | 142 | 0 | 134 | 67 | 16 | 520 | 126 | 56 |
| Binary | 11011100 | 10001 | 1100010 | 0 | 1011100 | 110111 | 1110 | 101010000 | 1010110 | 101110 |
Color Harmonies of #DC1162
Complementary color
Monochromatic Colors of #DC1162
Black with #DC1162
Text Example
Text Example
White with #DC1162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1162; }
p { color: rgb(220,17,98); }
H1.HeaderClassName
{
color: #DC1162;
}
.AnyTagClassName
{
color: #DC1162;
}
</style>
background-color css
<style>
a { background-color: #DC1162; }
a { background-color: rgb(220,17,98); }
div.DivClassName
{
background-color: #DC1162;
}
.BgClassName
{
background-color: #DC1162;
}
</style>
border-color css
<style>
span { border-color: #DC1162; }
span { border-color: rgb(220,17,98); }
td.TdClassName
{
border-color: #DC1162;
}
.TagClassName
{
border-color: #DC1162;
}
</style>