Shades of Ruby #D10E61
Tints of Ruby #D10E61
RGB
CMYK
RGB Variations
Color information
#D10E61 (or 0xD10E61) is known color: Ruby. HEX triplet: D1, 0E and 61. RGB value is (209,14,97). Sum of RGB (Red+Green+Blue) = 209+14+97=320 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.31% from 320); Green value is 14 (5.86% from 255 or 4.38% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 209 - color contains mainly: red. Hex color #D10E61 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10E61 is #2EF19E. Grayscale: #515151. Windows color (decimal): -3076511 or 6360785. OLE color: 6360785.
HSL color Cylindrical-coordinate representation of color #D10E61: hue angle of 334.46º 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 #D10E61 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 14 | 97 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.18 |
| HSL | 334.46º | 0.87% | 0.44% | - |
| HSV(B) | 334.46º | 0.93% | 0.82% | - |
| XYZ | 28.61 | 14.73 | 12.65 | - |
| YUV | 81.77 | 136.6 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 14 | 97 | 0 | 0.93 | 0.54 | 0.18 | 334.46 | 0.87 | 0.44 |
| Hex | D1 | E | 61 | 0 | 5D | 36 | 12 | 14E | 57 | 2C |
| Octal | 321 | 16 | 141 | 0 | 135 | 66 | 22 | 516 | 127 | 54 |
| Binary | 11010001 | 1110 | 1100001 | 0 | 1011101 | 110110 | 10010 | 101001110 | 1010111 | 101100 |
Color Harmonies of #D10E61
Complementary color
Monochromatic Colors of #D10E61
Black with #D10E61
Text Example
Text Example
White with #D10E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10E61; }
p { color: rgb(209,14,97); }
H1.HeaderClassName
{
color: #D10E61;
}
.AnyTagClassName
{
color: #D10E61;
}
</style>
background-color css
<style>
a { background-color: #D10E61; }
a { background-color: rgb(209,14,97); }
div.DivClassName
{
background-color: #D10E61;
}
.BgClassName
{
background-color: #D10E61;
}
</style>
border-color css
<style>
span { border-color: #D10E61; }
span { border-color: rgb(209,14,97); }
td.TdClassName
{
border-color: #D10E61;
}
.TagClassName
{
border-color: #D10E61;
}
</style>