Shades of Ruby #D10E6F
Tints of Ruby #D10E6F
RGB
CMYK
RGB Variations
Color information
#D10E6F (or 0xD10E6F) is known color: Ruby. HEX triplet: D1, 0E and 6F. RGB value is (209,14,111). Sum of RGB (Red+Green+Blue) = 209+14+111=334 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.57% from 334); Green value is 14 (5.86% from 255 or 4.19% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 209 - color contains mainly: red. Hex color #D10E6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10E6F is #2EF190. Grayscale: #535353. Windows color (decimal): -3076497 or 7278289. OLE color: 7278289.
HSL color Cylindrical-coordinate representation of color #D10E6F: hue angle of 330.15º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D10E6F is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 14 | 111 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.18 |
| HSL | 330.15º | 0.87% | 0.44% | - |
| HSV(B) | 330.15º | 0.93% | 0.82% | - |
| XYZ | 29.32 | 15.02 | 16.39 | - |
| YUV | 83.36 | 143.6 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 14 | 111 | 0 | 0.93 | 0.47 | 0.18 | 330.15 | 0.87 | 0.44 |
| Hex | D1 | E | 6F | 0 | 5D | 2F | 12 | 14A | 57 | 2C |
| Octal | 321 | 16 | 157 | 0 | 135 | 57 | 22 | 512 | 127 | 54 |
| Binary | 11010001 | 1110 | 1101111 | 0 | 1011101 | 101111 | 10010 | 101001010 | 1010111 | 101100 |
Color Harmonies of #D10E6F
Complementary color
Monochromatic Colors of #D10E6F
Black with #D10E6F
Text Example
Text Example
White with #D10E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10E6F; }
p { color: rgb(209,14,111); }
H1.HeaderClassName
{
color: #D10E6F;
}
.AnyTagClassName
{
color: #D10E6F;
}
</style>
background-color css
<style>
a { background-color: #D10E6F; }
a { background-color: rgb(209,14,111); }
div.DivClassName
{
background-color: #D10E6F;
}
.BgClassName
{
background-color: #D10E6F;
}
</style>
border-color css
<style>
span { border-color: #D10E6F; }
span { border-color: rgb(209,14,111); }
td.TdClassName
{
border-color: #D10E6F;
}
.TagClassName
{
border-color: #D10E6F;
}
</style>