Shades of Ruby #DC116E
Tints of Ruby #DC116E
RGB
CMYK
RGB Variations
Color information
#DC116E (or 0xDC116E) is known color: Ruby. HEX triplet: DC, 11 and 6E. RGB value is (220,17,110). Sum of RGB (Red+Green+Blue) = 220+17+110=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 17 (7.03% from 255 or 4.90% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC116E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC116E is #23EE91. Grayscale: #585858. Windows color (decimal): -2354834 or 7213532. OLE color: 7213532.
HSL color Cylindrical-coordinate representation of color #DC116E: hue angle of 332.51º 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 #DC116E is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 110 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.14 |
| HSL | 332.51º | 0.86% | 0.46% | - |
| HSV(B) | 332.51º | 0.92% | 0.86% | - |
| XYZ | 32.53 | 16.74 | 16.27 | - |
| YUV | 88.3 | 140.25 | 221.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 110 | 0 | 0.92 | 0.50 | 0.14 | 332.51 | 0.86 | 0.46 |
| Hex | DC | 11 | 6E | 0 | 5C | 32 | E | 14D | 56 | 2E |
| Octal | 334 | 21 | 156 | 0 | 134 | 62 | 16 | 515 | 126 | 56 |
| Binary | 11011100 | 10001 | 1101110 | 0 | 1011100 | 110010 | 1110 | 101001101 | 1010110 | 101110 |
Color Harmonies of #DC116E
Complementary color
Monochromatic Colors of #DC116E
Black with #DC116E
Text Example
Text Example
White with #DC116E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC116E; }
p { color: rgb(220,17,110); }
H1.HeaderClassName
{
color: #DC116E;
}
.AnyTagClassName
{
color: #DC116E;
}
</style>
background-color css
<style>
a { background-color: #DC116E; }
a { background-color: rgb(220,17,110); }
div.DivClassName
{
background-color: #DC116E;
}
.BgClassName
{
background-color: #DC116E;
}
</style>
border-color css
<style>
span { border-color: #DC116E; }
span { border-color: rgb(220,17,110); }
td.TdClassName
{
border-color: #DC116E;
}
.TagClassName
{
border-color: #DC116E;
}
</style>