Shades of Ruby #D90D5B
Tints of Ruby #D90D5B
RGB
CMYK
RGB Variations
Color information
#D90D5B (or 0xD90D5B) is known color: Ruby. HEX triplet: D9, 0D and 5B. RGB value is (217,13,91). Sum of RGB (Red+Green+Blue) = 217+13+91=321 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.60% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 217 - color contains mainly: red. Hex color #D90D5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90D5B is #26F2A4. Grayscale: #525252. Windows color (decimal): -2552485 or 5967321. OLE color: 5967321.
HSL color Cylindrical-coordinate representation of color #D90D5B: hue angle of 337.06º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90D5B is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 13 | 91 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.15 |
| HSL | 337.06º | 0.89% | 0.45% | - |
| HSV(B) | 337.06º | 0.94% | 0.85% | - |
| XYZ | 30.65 | 15.79 | 11.33 | - |
| YUV | 82.89 | 132.59 | 223.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 13 | 91 | 0 | 0.94 | 0.58 | 0.15 | 337.06 | 0.89 | 0.45 |
| Hex | D9 | D | 5B | 0 | 5E | 3A | F | 151 | 59 | 2D |
| Octal | 331 | 15 | 133 | 0 | 136 | 72 | 17 | 521 | 131 | 55 |
| Binary | 11011001 | 1101 | 1011011 | 0 | 1011110 | 111010 | 1111 | 101010001 | 1011001 | 101101 |
Color Harmonies of #D90D5B
Complementary color
Monochromatic Colors of #D90D5B
Black with #D90D5B
Text Example
Text Example
White with #D90D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90D5B; }
p { color: rgb(217,13,91); }
H1.HeaderClassName
{
color: #D90D5B;
}
.AnyTagClassName
{
color: #D90D5B;
}
</style>
background-color css
<style>
a { background-color: #D90D5B; }
a { background-color: rgb(217,13,91); }
div.DivClassName
{
background-color: #D90D5B;
}
.BgClassName
{
background-color: #D90D5B;
}
</style>
border-color css
<style>
span { border-color: #D90D5B; }
span { border-color: rgb(217,13,91); }
td.TdClassName
{
border-color: #D90D5B;
}
.TagClassName
{
border-color: #D90D5B;
}
</style>