Shades of Ruby #D10D6D
Tints of Ruby #D10D6D
RGB
CMYK
RGB Variations
Color information
#D10D6D (or 0xD10D6D) is known color: Ruby. HEX triplet: D1, 0D and 6D. RGB value is (209,13,109). Sum of RGB (Red+Green+Blue) = 209+13+109=331 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.14% from 331); Green value is 13 (5.47% from 255 or 3.93% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10D6D is #2EF292. Grayscale: #525252. Windows color (decimal): -3076755 or 7146961. OLE color: 7146961.
HSL color Cylindrical-coordinate representation of color #D10D6D: hue angle of 330.61º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10D6D is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 13 | 109 | - |
| CMYK | 0 | 0.94 | 0.48 | 0.18 |
| HSL | 330.61º | 0.88% | 0.44% | - |
| HSV(B) | 330.61º | 0.94% | 0.82% | - |
| XYZ | 29.2 | 14.95 | 15.81 | - |
| YUV | 82.55 | 142.93 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 13 | 109 | 0 | 0.94 | 0.48 | 0.18 | 330.61 | 0.88 | 0.44 |
| Hex | D1 | D | 6D | 0 | 5E | 30 | 12 | 14B | 58 | 2C |
| Octal | 321 | 15 | 155 | 0 | 136 | 60 | 22 | 513 | 130 | 54 |
| Binary | 11010001 | 1101 | 1101101 | 0 | 1011110 | 110000 | 10010 | 101001011 | 1011000 | 101100 |
Color Harmonies of #D10D6D
Complementary color
Monochromatic Colors of #D10D6D
Black with #D10D6D
Text Example
Text Example
White with #D10D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10D6D; }
p { color: rgb(209,13,109); }
H1.HeaderClassName
{
color: #D10D6D;
}
.AnyTagClassName
{
color: #D10D6D;
}
</style>
background-color css
<style>
a { background-color: #D10D6D; }
a { background-color: rgb(209,13,109); }
div.DivClassName
{
background-color: #D10D6D;
}
.BgClassName
{
background-color: #D10D6D;
}
</style>
border-color css
<style>
span { border-color: #D10D6D; }
span { border-color: rgb(209,13,109); }
td.TdClassName
{
border-color: #D10D6D;
}
.TagClassName
{
border-color: #D10D6D;
}
</style>