Shades of Ruby #D90973
Tints of Ruby #D90973
RGB
CMYK
RGB Variations
Color information
#D90973 (or 0xD90973) is known color: Ruby. HEX triplet: D9, 09 and 73. RGB value is (217,9,115). Sum of RGB (Red+Green+Blue) = 217+9+115=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D90973 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90973 is #26F68C. Grayscale: #535353. Windows color (decimal): -2553485 or 7539161. OLE color: 7539161.
HSL color Cylindrical-coordinate representation of color #D90973: hue angle of 329.42º degrees, saturation: 0.92, 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 #D90973 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 9 | 115 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.15 |
| HSL | 329.42º | 0.92% | 0.44% | - |
| HSV(B) | 329.42º | 0.96% | 0.85% | - |
| XYZ | 31.81 | 16.18 | 17.67 | - |
| YUV | 83.28 | 145.91 | 223.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 9 | 115 | 0 | 0.96 | 0.47 | 0.15 | 329.42 | 0.92 | 0.44 |
| Hex | D9 | 9 | 73 | 0 | 60 | 2F | F | 149 | 5C | 2C |
| Octal | 331 | 11 | 163 | 0 | 140 | 57 | 17 | 511 | 134 | 54 |
| Binary | 11011001 | 1001 | 1110011 | 0 | 1100000 | 101111 | 1111 | 101001001 | 1011100 | 101100 |
Color Harmonies of #D90973
Complementary color
Monochromatic Colors of #D90973
Black with #D90973
Text Example
Text Example
White with #D90973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90973; }
p { color: rgb(217,9,115); }
H1.HeaderClassName
{
color: #D90973;
}
.AnyTagClassName
{
color: #D90973;
}
</style>
background-color css
<style>
a { background-color: #D90973; }
a { background-color: rgb(217,9,115); }
div.DivClassName
{
background-color: #D90973;
}
.BgClassName
{
background-color: #D90973;
}
</style>
border-color css
<style>
span { border-color: #D90973; }
span { border-color: rgb(217,9,115); }
td.TdClassName
{
border-color: #D90973;
}
.TagClassName
{
border-color: #D90973;
}
</style>