Shades of Ruby #D3116D
Tints of Ruby #D3116D
RGB
CMYK
RGB Variations
Color information
#D3116D (or 0xD3116D) is known color: Ruby. HEX triplet: D3, 11 and 6D. RGB value is (211,17,109). Sum of RGB (Red+Green+Blue) = 211+17+109=337 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.61% from 337); Green value is 17 (7.03% from 255 or 5.04% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 211 - color contains mainly: red. Hex color #D3116D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3116D is #2CEE92. Grayscale: #555555. Windows color (decimal): -2944659 or 7147987. OLE color: 7147987.
HSL color Cylindrical-coordinate representation of color #D3116D: hue angle of 331.55º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D3116D is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 17 | 109 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.17 |
| HSL | 331.55º | 0.85% | 0.45% | - |
| HSV(B) | 331.55º | 0.92% | 0.83% | - |
| XYZ | 29.82 | 15.35 | 15.86 | - |
| YUV | 85.49 | 141.27 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 17 | 109 | 0 | 0.92 | 0.48 | 0.17 | 331.55 | 0.85 | 0.45 |
| Hex | D3 | 11 | 6D | 0 | 5C | 30 | 11 | 14C | 55 | 2D |
| Octal | 323 | 21 | 155 | 0 | 134 | 60 | 21 | 514 | 125 | 55 |
| Binary | 11010011 | 10001 | 1101101 | 0 | 1011100 | 110000 | 10001 | 101001100 | 1010101 | 101101 |
Color Harmonies of #D3116D
Complementary color
Monochromatic Colors of #D3116D
Black with #D3116D
Text Example
Text Example
White with #D3116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3116D; }
p { color: rgb(211,17,109); }
H1.HeaderClassName
{
color: #D3116D;
}
.AnyTagClassName
{
color: #D3116D;
}
</style>
background-color css
<style>
a { background-color: #D3116D; }
a { background-color: rgb(211,17,109); }
div.DivClassName
{
background-color: #D3116D;
}
.BgClassName
{
background-color: #D3116D;
}
</style>
border-color css
<style>
span { border-color: #D3116D; }
span { border-color: rgb(211,17,109); }
td.TdClassName
{
border-color: #D3116D;
}
.TagClassName
{
border-color: #D3116D;
}
</style>