Shades of Ruby #D90473
Tints of Ruby #D90473
RGB
CMYK
RGB Variations
Color information
#D90473 (or 0xD90473) is known color: Ruby. HEX triplet: D9, 04 and 73. RGB value is (217,4,115). Sum of RGB (Red+Green+Blue) = 217+4+115=336 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.58% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 217 - color contains mainly: red. Hex color #D90473 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90473 is #26FB8C. Grayscale: #505050. Windows color (decimal): -2554765 or 7537881. OLE color: 7537881.
HSL color Cylindrical-coordinate representation of color #D90473: hue angle of 328.73º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D90473 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 4 | 115 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.15 |
| HSL | 328.73º | 0.96% | 0.43% | - |
| HSV(B) | 328.73º | 0.98% | 0.85% | - |
| XYZ | 31.75 | 16.08 | 17.65 | - |
| YUV | 80.34 | 147.57 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 4 | 115 | 0 | 0.98 | 0.47 | 0.15 | 328.73 | 0.96 | 0.43 |
| Hex | D9 | 4 | 73 | 0 | 62 | 2F | F | 149 | 60 | 2B |
| Octal | 331 | 4 | 163 | 0 | 142 | 57 | 17 | 511 | 140 | 53 |
| Binary | 11011001 | 100 | 1110011 | 0 | 1100010 | 101111 | 1111 | 101001001 | 1100000 | 101011 |
Color Harmonies of #D90473
Complementary color
Monochromatic Colors of #D90473
Black with #D90473
Text Example
Text Example
White with #D90473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90473; }
p { color: rgb(217,4,115); }
H1.HeaderClassName
{
color: #D90473;
}
.AnyTagClassName
{
color: #D90473;
}
</style>
background-color css
<style>
a { background-color: #D90473; }
a { background-color: rgb(217,4,115); }
div.DivClassName
{
background-color: #D90473;
}
.BgClassName
{
background-color: #D90473;
}
</style>
border-color css
<style>
span { border-color: #D90473; }
span { border-color: rgb(217,4,115); }
td.TdClassName
{
border-color: #D90473;
}
.TagClassName
{
border-color: #D90473;
}
</style>