Shades of Ruby #DC116D
Tints of Ruby #DC116D
RGB
CMYK
RGB Variations
Color information
#DC116D (or 0xDC116D) is known color: Ruby. HEX triplet: DC, 11 and 6D. RGB value is (220,17,109). Sum of RGB (Red+Green+Blue) = 220+17+109=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC116D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC116D is #23EE92. Grayscale: #585858. Windows color (decimal): -2354835 or 7147996. OLE color: 7147996.
HSL color Cylindrical-coordinate representation of color #DC116D: hue angle of 332.81º 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 #DC116D is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 109 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.14 |
| HSL | 332.81º | 0.86% | 0.46% | - |
| HSV(B) | 332.81º | 0.92% | 0.86% | - |
| XYZ | 32.48 | 16.72 | 15.98 | - |
| YUV | 88.19 | 139.75 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 109 | 0 | 0.92 | 0.50 | 0.14 | 332.81 | 0.86 | 0.46 |
| Hex | DC | 11 | 6D | 0 | 5C | 32 | E | 14D | 56 | 2E |
| Octal | 334 | 21 | 155 | 0 | 134 | 62 | 16 | 515 | 126 | 56 |
| Binary | 11011100 | 10001 | 1101101 | 0 | 1011100 | 110010 | 1110 | 101001101 | 1010110 | 101110 |
Color Harmonies of #DC116D
Complementary color
Monochromatic Colors of #DC116D
Black with #DC116D
Text Example
Text Example
White with #DC116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC116D; }
p { color: rgb(220,17,109); }
H1.HeaderClassName
{
color: #DC116D;
}
.AnyTagClassName
{
color: #DC116D;
}
</style>
background-color css
<style>
a { background-color: #DC116D; }
a { background-color: rgb(220,17,109); }
div.DivClassName
{
background-color: #DC116D;
}
.BgClassName
{
background-color: #DC116D;
}
</style>
border-color css
<style>
span { border-color: #DC116D; }
span { border-color: rgb(220,17,109); }
td.TdClassName
{
border-color: #DC116D;
}
.TagClassName
{
border-color: #DC116D;
}
</style>