Shades of Ruby #D10862
Tints of Ruby #D10862
RGB
CMYK
RGB Variations
Color information
#D10862 (or 0xD10862) is known color: Ruby. HEX triplet: D1, 08 and 62. RGB value is (209,8,98). Sum of RGB (Red+Green+Blue) = 209+8+98=315 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.35% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 209 - color contains mainly: red. Hex color #D10862 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10862 is #2EF79D. Grayscale: #4E4E4E. Windows color (decimal): -3078046 or 6424785. OLE color: 6424785.
HSL color Cylindrical-coordinate representation of color #D10862: hue angle of 333.13º 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 #D10862 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 8 | 98 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.18 |
| HSL | 333.13º | 0.93% | 0.43% | - |
| HSV(B) | 333.13º | 0.96% | 0.82% | - |
| XYZ | 28.59 | 14.61 | 12.87 | - |
| YUV | 78.36 | 139.09 | 221.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 8 | 98 | 0 | 0.96 | 0.53 | 0.18 | 333.13 | 0.93 | 0.43 |
| Hex | D1 | 8 | 62 | 0 | 60 | 35 | 12 | 14D | 5D | 2B |
| Octal | 321 | 10 | 142 | 0 | 140 | 65 | 22 | 515 | 135 | 53 |
| Binary | 11010001 | 1000 | 1100010 | 0 | 1100000 | 110101 | 10010 | 101001101 | 1011101 | 101011 |
Color Harmonies of #D10862
Complementary color
Monochromatic Colors of #D10862
Black with #D10862
Text Example
Text Example
White with #D10862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10862; }
p { color: rgb(209,8,98); }
H1.HeaderClassName
{
color: #D10862;
}
.AnyTagClassName
{
color: #D10862;
}
</style>
background-color css
<style>
a { background-color: #D10862; }
a { background-color: rgb(209,8,98); }
div.DivClassName
{
background-color: #D10862;
}
.BgClassName
{
background-color: #D10862;
}
</style>
border-color css
<style>
span { border-color: #D10862; }
span { border-color: rgb(209,8,98); }
td.TdClassName
{
border-color: #D10862;
}
.TagClassName
{
border-color: #D10862;
}
</style>