Shades of Ruby #D10D6F
Tints of Ruby #D10D6F
RGB
CMYK
RGB Variations
Color information
#D10D6F (or 0xD10D6F) is known color: Ruby. HEX triplet: D1, 0D and 6F. RGB value is (209,13,111). Sum of RGB (Red+Green+Blue) = 209+13+111=333 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.76% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10D6F is #2EF290. Grayscale: #525252. Windows color (decimal): -3076753 or 7278033. OLE color: 7278033.
HSL color Cylindrical-coordinate representation of color #D10D6F: hue angle of 330º 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 #D10D6F is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 13 | 111 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.18 |
| HSL | 330º | 0.88% | 0.44% | - |
| HSV(B) | 330º | 0.94% | 0.82% | - |
| XYZ | 29.31 | 14.99 | 16.39 | - |
| YUV | 82.78 | 143.93 | 218.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 13 | 111 | 0 | 0.94 | 0.47 | 0.18 | 330 | 0.88 | 0.44 |
| Hex | D1 | D | 6F | 0 | 5E | 2F | 12 | 14A | 58 | 2C |
| Octal | 321 | 15 | 157 | 0 | 136 | 57 | 22 | 512 | 130 | 54 |
| Binary | 11010001 | 1101 | 1101111 | 0 | 1011110 | 101111 | 10010 | 101001010 | 1011000 | 101100 |
Color Harmonies of #D10D6F
Complementary color
Monochromatic Colors of #D10D6F
Black with #D10D6F
Text Example
Text Example
White with #D10D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10D6F; }
p { color: rgb(209,13,111); }
H1.HeaderClassName
{
color: #D10D6F;
}
.AnyTagClassName
{
color: #D10D6F;
}
</style>
background-color css
<style>
a { background-color: #D10D6F; }
a { background-color: rgb(209,13,111); }
div.DivClassName
{
background-color: #D10D6F;
}
.BgClassName
{
background-color: #D10D6F;
}
</style>
border-color css
<style>
span { border-color: #D10D6F; }
span { border-color: rgb(209,13,111); }
td.TdClassName
{
border-color: #D10D6F;
}
.TagClassName
{
border-color: #D10D6F;
}
</style>