Shades of Ruby #D90863
Tints of Ruby #D90863
RGB
CMYK
RGB Variations
Color information
#D90863 (or 0xD90863) is known color: Ruby. HEX triplet: D9, 08 and 63. RGB value is (217,8,99). Sum of RGB (Red+Green+Blue) = 217+8+99=324 (42% of max value = 765). Red value is 217 (85.16% from 255 or 66.98% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 217 - color contains mainly: red. Hex color #D90863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90863 is #26F79C. Grayscale: #505050. Windows color (decimal): -2553757 or 6490329. OLE color: 6490329.
HSL color Cylindrical-coordinate representation of color #D90863: hue angle of 333.88º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D90863 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 99 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.15 |
| HSL | 333.88º | 0.93% | 0.44% | - |
| HSV(B) | 333.88º | 0.96% | 0.85% | - |
| XYZ | 30.95 | 15.83 | 13.23 | - |
| YUV | 80.87 | 138.24 | 225.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 99 | 0 | 0.96 | 0.54 | 0.15 | 333.88 | 0.93 | 0.44 |
| Hex | D9 | 8 | 63 | 0 | 60 | 36 | F | 14E | 5D | 2C |
| Octal | 331 | 10 | 143 | 0 | 140 | 66 | 17 | 516 | 135 | 54 |
| Binary | 11011001 | 1000 | 1100011 | 0 | 1100000 | 110110 | 1111 | 101001110 | 1011101 | 101100 |
Color Harmonies of #D90863
Complementary color
Monochromatic Colors of #D90863
Black with #D90863
Text Example
Text Example
White with #D90863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90863; }
p { color: rgb(217,8,99); }
H1.HeaderClassName
{
color: #D90863;
}
.AnyTagClassName
{
color: #D90863;
}
</style>
background-color css
<style>
a { background-color: #D90863; }
a { background-color: rgb(217,8,99); }
div.DivClassName
{
background-color: #D90863;
}
.BgClassName
{
background-color: #D90863;
}
</style>
border-color css
<style>
span { border-color: #D90863; }
span { border-color: rgb(217,8,99); }
td.TdClassName
{
border-color: #D90863;
}
.TagClassName
{
border-color: #D90863;
}
</style>