Shades of Ruby #D10870
Tints of Ruby #D10870
RGB
CMYK
RGB Variations
Color information
#D10870 (or 0xD10870) is known color: Ruby. HEX triplet: D1, 08 and 70. RGB value is (209,8,112). Sum of RGB (Red+Green+Blue) = 209+8+112=329 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.53% from 329); Green value is 8 (3.52% from 255 or 2.43% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 209 - color contains mainly: red. Hex color #D10870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10870 is #2EF78F. Grayscale: #4F4F4F. Windows color (decimal): -3078032 or 7342289. OLE color: 7342289.
HSL color Cylindrical-coordinate representation of color #D10870: hue angle of 328.96º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10870 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 8 | 112 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.18 |
| HSL | 328.96º | 0.93% | 0.43% | - |
| HSV(B) | 328.96º | 0.96% | 0.82% | - |
| XYZ | 29.31 | 14.9 | 16.66 | - |
| YUV | 79.96 | 146.09 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 8 | 112 | 0 | 0.96 | 0.46 | 0.18 | 328.96 | 0.93 | 0.43 |
| Hex | D1 | 8 | 70 | 0 | 60 | 2E | 12 | 149 | 5D | 2B |
| Octal | 321 | 10 | 160 | 0 | 140 | 56 | 22 | 511 | 135 | 53 |
| Binary | 11010001 | 1000 | 1110000 | 0 | 1100000 | 101110 | 10010 | 101001001 | 1011101 | 101011 |
Color Harmonies of #D10870
Complementary color
Monochromatic Colors of #D10870
Black with #D10870
Text Example
Text Example
White with #D10870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10870; }
p { color: rgb(209,8,112); }
H1.HeaderClassName
{
color: #D10870;
}
.AnyTagClassName
{
color: #D10870;
}
</style>
background-color css
<style>
a { background-color: #D10870; }
a { background-color: rgb(209,8,112); }
div.DivClassName
{
background-color: #D10870;
}
.BgClassName
{
background-color: #D10870;
}
</style>
border-color css
<style>
span { border-color: #D10870; }
span { border-color: rgb(209,8,112); }
td.TdClassName
{
border-color: #D10870;
}
.TagClassName
{
border-color: #D10870;
}
</style>