Shades of Ruby #D0116F
Tints of Ruby #D0116F
RGB
CMYK
RGB Variations
Color information
#D0116F (or 0xD0116F) is known color: Ruby. HEX triplet: D0, 11 and 6F. RGB value is (208,17,111). Sum of RGB (Red+Green+Blue) = 208+17+111=336 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.90% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 208 - color contains mainly: red. Hex color #D0116F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0116F is #2FEE90. Grayscale: #545454. Windows color (decimal): -3141265 or 7279056. OLE color: 7279056.
HSL color Cylindrical-coordinate representation of color #D0116F: hue angle of 330.47º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D0116F is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 17 | 111 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.18 |
| HSL | 330.47º | 0.85% | 0.44% | - |
| HSV(B) | 330.47º | 0.92% | 0.82% | - |
| XYZ | 29.08 | 14.96 | 16.39 | - |
| YUV | 84.83 | 142.78 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 111 | 0 | 0.92 | 0.47 | 0.18 | 330.47 | 0.85 | 0.44 |
| Hex | D0 | 11 | 6F | 0 | 5C | 2F | 12 | 14A | 55 | 2C |
| Octal | 320 | 21 | 157 | 0 | 134 | 57 | 22 | 512 | 125 | 54 |
| Binary | 11010000 | 10001 | 1101111 | 0 | 1011100 | 101111 | 10010 | 101001010 | 1010101 | 101100 |
Color Harmonies of #D0116F
Complementary color
Monochromatic Colors of #D0116F
Black with #D0116F
Text Example
Text Example
White with #D0116F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0116F; }
p { color: rgb(208,17,111); }
H1.HeaderClassName
{
color: #D0116F;
}
.AnyTagClassName
{
color: #D0116F;
}
</style>
background-color css
<style>
a { background-color: #D0116F; }
a { background-color: rgb(208,17,111); }
div.DivClassName
{
background-color: #D0116F;
}
.BgClassName
{
background-color: #D0116F;
}
</style>
border-color css
<style>
span { border-color: #D0116F; }
span { border-color: rgb(208,17,111); }
td.TdClassName
{
border-color: #D0116F;
}
.TagClassName
{
border-color: #D0116F;
}
</style>