Shades of Ruby #D90873
Tints of Ruby #D90873
RGB
CMYK
RGB Variations
Color information
#D90873 (or 0xD90873) is known color: Ruby. HEX triplet: D9, 08 and 73. RGB value is (217,8,115). Sum of RGB (Red+Green+Blue) = 217+8+115=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 8 (3.52% from 255 or 2.35% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D90873 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90873 is #26F78C. Grayscale: #525252. Windows color (decimal): -2553741 or 7538905. OLE color: 7538905.
HSL color Cylindrical-coordinate representation of color #D90873: hue angle of 329.28º 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 #D90873 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 115 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.15 |
| HSL | 329.28º | 0.93% | 0.44% | - |
| HSV(B) | 329.28º | 0.96% | 0.85% | - |
| XYZ | 31.8 | 16.16 | 17.66 | - |
| YUV | 82.69 | 146.24 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 115 | 0 | 0.96 | 0.47 | 0.15 | 329.28 | 0.93 | 0.44 |
| Hex | D9 | 8 | 73 | 0 | 60 | 2F | F | 149 | 5D | 2C |
| Octal | 331 | 10 | 163 | 0 | 140 | 57 | 17 | 511 | 135 | 54 |
| Binary | 11011001 | 1000 | 1110011 | 0 | 1100000 | 101111 | 1111 | 101001001 | 1011101 | 101100 |
Color Harmonies of #D90873
Complementary color
Monochromatic Colors of #D90873
Black with #D90873
Text Example
Text Example
White with #D90873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90873; }
p { color: rgb(217,8,115); }
H1.HeaderClassName
{
color: #D90873;
}
.AnyTagClassName
{
color: #D90873;
}
</style>
background-color css
<style>
a { background-color: #D90873; }
a { background-color: rgb(217,8,115); }
div.DivClassName
{
background-color: #D90873;
}
.BgClassName
{
background-color: #D90873;
}
</style>
border-color css
<style>
span { border-color: #D90873; }
span { border-color: rgb(217,8,115); }
td.TdClassName
{
border-color: #D90873;
}
.TagClassName
{
border-color: #D90873;
}
</style>