Shades of Ruby #D0116D
Tints of Ruby #D0116D
RGB
CMYK
RGB Variations
Color information
#D0116D (or 0xD0116D) is known color: Ruby. HEX triplet: D0, 11 and 6D. RGB value is (208,17,109). Sum of RGB (Red+Green+Blue) = 208+17+109=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D0116D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0116D is #2FEE92. Grayscale: #545454. Windows color (decimal): -3141267 or 7147984. OLE color: 7147984.
HSL color Cylindrical-coordinate representation of color #D0116D: hue angle of 331.1º 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 #D0116D is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 17 | 109 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.18 |
| HSL | 331.1º | 0.85% | 0.44% | - |
| HSV(B) | 331.1º | 0.92% | 0.82% | - |
| XYZ | 28.97 | 14.91 | 15.82 | - |
| YUV | 84.6 | 141.78 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 109 | 0 | 0.92 | 0.48 | 0.18 | 331.1 | 0.85 | 0.44 |
| Hex | D0 | 11 | 6D | 0 | 5C | 30 | 12 | 14B | 55 | 2C |
| Octal | 320 | 21 | 155 | 0 | 134 | 60 | 22 | 513 | 125 | 54 |
| Binary | 11010000 | 10001 | 1101101 | 0 | 1011100 | 110000 | 10010 | 101001011 | 1010101 | 101100 |
Color Harmonies of #D0116D
Complementary color
Monochromatic Colors of #D0116D
Black with #D0116D
Text Example
Text Example
White with #D0116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0116D; }
p { color: rgb(208,17,109); }
H1.HeaderClassName
{
color: #D0116D;
}
.AnyTagClassName
{
color: #D0116D;
}
</style>
background-color css
<style>
a { background-color: #D0116D; }
a { background-color: rgb(208,17,109); }
div.DivClassName
{
background-color: #D0116D;
}
.BgClassName
{
background-color: #D0116D;
}
</style>
border-color css
<style>
span { border-color: #D0116D; }
span { border-color: rgb(208,17,109); }
td.TdClassName
{
border-color: #D0116D;
}
.TagClassName
{
border-color: #D0116D;
}
</style>