Shades of Ruby #D90D5E
Tints of Ruby #D90D5E
RGB
CMYK
RGB Variations
Color information
#D90D5E (or 0xD90D5E) is known color: Ruby. HEX triplet: D9, 0D and 5E. RGB value is (217,13,94). Sum of RGB (Red+Green+Blue) = 217+13+94=324 (42% of max value = 765). Red value is 217 (85.16% from 255 or 66.98% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 217 - color contains mainly: red. Hex color #D90D5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90D5E is #26F2A1. Grayscale: #535353. Windows color (decimal): -2552482 or 6163929. OLE color: 6163929.
HSL color Cylindrical-coordinate representation of color #D90D5E: hue angle of 336.18º 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 #D90D5E is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 13 | 94 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.15 |
| HSL | 336.18º | 0.89% | 0.45% | - |
| HSV(B) | 336.18º | 0.94% | 0.85% | - |
| XYZ | 30.78 | 15.85 | 12.03 | - |
| YUV | 83.23 | 134.09 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 13 | 94 | 0 | 0.94 | 0.57 | 0.15 | 336.18 | 0.89 | 0.45 |
| Hex | D9 | D | 5E | 0 | 5E | 39 | F | 150 | 59 | 2D |
| Octal | 331 | 15 | 136 | 0 | 136 | 71 | 17 | 520 | 131 | 55 |
| Binary | 11011001 | 1101 | 1011110 | 0 | 1011110 | 111001 | 1111 | 101010000 | 1011001 | 101101 |
Color Harmonies of #D90D5E
Complementary color
Monochromatic Colors of #D90D5E
Black with #D90D5E
Text Example
Text Example
White with #D90D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90D5E; }
p { color: rgb(217,13,94); }
H1.HeaderClassName
{
color: #D90D5E;
}
.AnyTagClassName
{
color: #D90D5E;
}
</style>
background-color css
<style>
a { background-color: #D90D5E; }
a { background-color: rgb(217,13,94); }
div.DivClassName
{
background-color: #D90D5E;
}
.BgClassName
{
background-color: #D90D5E;
}
</style>
border-color css
<style>
span { border-color: #D90D5E; }
span { border-color: rgb(217,13,94); }
td.TdClassName
{
border-color: #D90D5E;
}
.TagClassName
{
border-color: #D90D5E;
}
</style>