Shades of Ruby #D10863
Tints of Ruby #D10863
RGB
CMYK
RGB Variations
Color information
#D10863 (or 0xD10863) is known color: Ruby. HEX triplet: D1, 08 and 63. RGB value is (209,8,99). Sum of RGB (Red+Green+Blue) = 209+8+99=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D10863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10863 is #2EF79C. Grayscale: #4E4E4E. Windows color (decimal): -3078045 or 6490321. OLE color: 6490321.
HSL color Cylindrical-coordinate representation of color #D10863: hue angle of 332.84º 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 #D10863 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 8 | 99 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.18 |
| HSL | 332.84º | 0.93% | 0.43% | - |
| HSV(B) | 332.84º | 0.96% | 0.82% | - |
| XYZ | 28.63 | 14.63 | 13.12 | - |
| YUV | 78.47 | 139.59 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 8 | 99 | 0 | 0.96 | 0.53 | 0.18 | 332.84 | 0.93 | 0.43 |
| Hex | D1 | 8 | 63 | 0 | 60 | 35 | 12 | 14D | 5D | 2B |
| Octal | 321 | 10 | 143 | 0 | 140 | 65 | 22 | 515 | 135 | 53 |
| Binary | 11010001 | 1000 | 1100011 | 0 | 1100000 | 110101 | 10010 | 101001101 | 1011101 | 101011 |
Color Harmonies of #D10863
Complementary color
Monochromatic Colors of #D10863
Black with #D10863
Text Example
Text Example
White with #D10863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10863; }
p { color: rgb(209,8,99); }
H1.HeaderClassName
{
color: #D10863;
}
.AnyTagClassName
{
color: #D10863;
}
</style>
background-color css
<style>
a { background-color: #D10863; }
a { background-color: rgb(209,8,99); }
div.DivClassName
{
background-color: #D10863;
}
.BgClassName
{
background-color: #D10863;
}
</style>
border-color css
<style>
span { border-color: #D10863; }
span { border-color: rgb(209,8,99); }
td.TdClassName
{
border-color: #D10863;
}
.TagClassName
{
border-color: #D10863;
}
</style>