Shades of Ruby #DC116C
Tints of Ruby #DC116C
RGB
CMYK
RGB Variations
Color information
#DC116C (or 0xDC116C) is known color: Ruby. HEX triplet: DC, 11 and 6C. RGB value is (220,17,108). Sum of RGB (Red+Green+Blue) = 220+17+108=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC116C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC116C is #23EE93. Grayscale: #575757. Windows color (decimal): -2354836 or 7082460. OLE color: 7082460.
HSL color Cylindrical-coordinate representation of color #DC116C: hue angle of 333.1º 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 #DC116C is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 108 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.14 |
| HSL | 333.1º | 0.86% | 0.46% | - |
| HSV(B) | 333.1º | 0.92% | 0.86% | - |
| XYZ | 32.42 | 16.7 | 15.7 | - |
| YUV | 88.07 | 139.25 | 222.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 108 | 0 | 0.92 | 0.51 | 0.14 | 333.1 | 0.86 | 0.46 |
| Hex | DC | 11 | 6C | 0 | 5C | 33 | E | 14D | 56 | 2E |
| Octal | 334 | 21 | 154 | 0 | 134 | 63 | 16 | 515 | 126 | 56 |
| Binary | 11011100 | 10001 | 1101100 | 0 | 1011100 | 110011 | 1110 | 101001101 | 1010110 | 101110 |
Color Harmonies of #DC116C
Complementary color
Monochromatic Colors of #DC116C
Black with #DC116C
Text Example
Text Example
White with #DC116C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC116C; }
p { color: rgb(220,17,108); }
H1.HeaderClassName
{
color: #DC116C;
}
.AnyTagClassName
{
color: #DC116C;
}
</style>
background-color css
<style>
a { background-color: #DC116C; }
a { background-color: rgb(220,17,108); }
div.DivClassName
{
background-color: #DC116C;
}
.BgClassName
{
background-color: #DC116C;
}
</style>
border-color css
<style>
span { border-color: #DC116C; }
span { border-color: rgb(220,17,108); }
td.TdClassName
{
border-color: #DC116C;
}
.TagClassName
{
border-color: #DC116C;
}
</style>