Shades of Ruby #D90773
Tints of Ruby #D90773
RGB
CMYK
RGB Variations
Color information
#D90773 (or 0xD90773) is known color: Ruby. HEX triplet: D9, 07 and 73. RGB value is (217,7,115). Sum of RGB (Red+Green+Blue) = 217+7+115=339 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.01% from 339); Green value is 7 (3.12% from 255 or 2.06% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 217 - color contains mainly: red. Hex color #D90773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90773 is #26F88C. Grayscale: #515151. Windows color (decimal): -2553997 or 7538649. OLE color: 7538649.
HSL color Cylindrical-coordinate representation of color #D90773: hue angle of 329.14º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D90773 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 7 | 115 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.15 |
| HSL | 329.14º | 0.94% | 0.44% | - |
| HSV(B) | 329.14º | 0.97% | 0.85% | - |
| XYZ | 31.79 | 16.14 | 17.66 | - |
| YUV | 82.1 | 146.57 | 224.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 115 | 0 | 0.97 | 0.47 | 0.15 | 329.14 | 0.94 | 0.44 |
| Hex | D9 | 7 | 73 | 0 | 61 | 2F | F | 149 | 5E | 2C |
| Octal | 331 | 7 | 163 | 0 | 141 | 57 | 17 | 511 | 136 | 54 |
| Binary | 11011001 | 111 | 1110011 | 0 | 1100001 | 101111 | 1111 | 101001001 | 1011110 | 101100 |
Color Harmonies of #D90773
Complementary color
Monochromatic Colors of #D90773
Black with #D90773
Text Example
Text Example
White with #D90773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90773; }
p { color: rgb(217,7,115); }
H1.HeaderClassName
{
color: #D90773;
}
.AnyTagClassName
{
color: #D90773;
}
</style>
background-color css
<style>
a { background-color: #D90773; }
a { background-color: rgb(217,7,115); }
div.DivClassName
{
background-color: #D90773;
}
.BgClassName
{
background-color: #D90773;
}
</style>
border-color css
<style>
span { border-color: #D90773; }
span { border-color: rgb(217,7,115); }
td.TdClassName
{
border-color: #D90773;
}
.TagClassName
{
border-color: #D90773;
}
</style>