Shades of Ruby #D10E6A
Tints of Ruby #D10E6A
RGB
CMYK
RGB Variations
Color information
#D10E6A (or 0xD10E6A) is known color: Ruby. HEX triplet: D1, 0E and 6A. RGB value is (209,14,106). Sum of RGB (Red+Green+Blue) = 209+14+106=329 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.53% from 329); Green value is 14 (5.86% from 255 or 4.26% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 209 - color contains mainly: red. Hex color #D10E6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10E6A is #2EF195. Grayscale: #525252. Windows color (decimal): -3076502 or 6950609. OLE color: 6950609.
HSL color Cylindrical-coordinate representation of color #D10E6A: hue angle of 331.69º 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 #D10E6A is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 14 | 106 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.18 |
| HSL | 331.69º | 0.87% | 0.44% | - |
| HSV(B) | 331.69º | 0.93% | 0.82% | - |
| XYZ | 29.05 | 14.91 | 14.98 | - |
| YUV | 82.79 | 141.1 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 14 | 106 | 0 | 0.93 | 0.49 | 0.18 | 331.69 | 0.87 | 0.44 |
| Hex | D1 | E | 6A | 0 | 5D | 31 | 12 | 14C | 57 | 2C |
| Octal | 321 | 16 | 152 | 0 | 135 | 61 | 22 | 514 | 127 | 54 |
| Binary | 11010001 | 1110 | 1101010 | 0 | 1011101 | 110001 | 10010 | 101001100 | 1010111 | 101100 |
Color Harmonies of #D10E6A
Complementary color
Monochromatic Colors of #D10E6A
Black with #D10E6A
Text Example
Text Example
White with #D10E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10E6A; }
p { color: rgb(209,14,106); }
H1.HeaderClassName
{
color: #D10E6A;
}
.AnyTagClassName
{
color: #D10E6A;
}
</style>
background-color css
<style>
a { background-color: #D10E6A; }
a { background-color: rgb(209,14,106); }
div.DivClassName
{
background-color: #D10E6A;
}
.BgClassName
{
background-color: #D10E6A;
}
</style>
border-color css
<style>
span { border-color: #D10E6A; }
span { border-color: rgb(209,14,106); }
td.TdClassName
{
border-color: #D10E6A;
}
.TagClassName
{
border-color: #D10E6A;
}
</style>