Shades of Ruby #D90E6E
Tints of Ruby #D90E6E
RGB
CMYK
RGB Variations
Color information
#D90E6E (or 0xD90E6E) is known color: Ruby. HEX triplet: D9, 0E and 6E. RGB value is (217,14,110). Sum of RGB (Red+Green+Blue) = 217+14+110=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 14 (5.86% from 255 or 4.11% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D90E6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90E6E is #26F191. Grayscale: #555555. Windows color (decimal): -2552210 or 7212761. OLE color: 7212761.
HSL color Cylindrical-coordinate representation of color #D90E6E: hue angle of 331.63º degrees, saturation: 0.88, 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 #D90E6E is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 14 | 110 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.15 |
| HSL | 331.63º | 0.88% | 0.45% | - |
| HSV(B) | 331.63º | 0.94% | 0.85% | - |
| XYZ | 31.59 | 16.19 | 16.21 | - |
| YUV | 85.64 | 141.75 | 221.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 14 | 110 | 0 | 0.94 | 0.49 | 0.15 | 331.63 | 0.88 | 0.45 |
| Hex | D9 | E | 6E | 0 | 5E | 31 | F | 14C | 58 | 2D |
| Octal | 331 | 16 | 156 | 0 | 136 | 61 | 17 | 514 | 130 | 55 |
| Binary | 11011001 | 1110 | 1101110 | 0 | 1011110 | 110001 | 1111 | 101001100 | 1011000 | 101101 |
Color Harmonies of #D90E6E
Complementary color
Monochromatic Colors of #D90E6E
Black with #D90E6E
Text Example
Text Example
White with #D90E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90E6E; }
p { color: rgb(217,14,110); }
H1.HeaderClassName
{
color: #D90E6E;
}
.AnyTagClassName
{
color: #D90E6E;
}
</style>
background-color css
<style>
a { background-color: #D90E6E; }
a { background-color: rgb(217,14,110); }
div.DivClassName
{
background-color: #D90E6E;
}
.BgClassName
{
background-color: #D90E6E;
}
</style>
border-color css
<style>
span { border-color: #D90E6E; }
span { border-color: rgb(217,14,110); }
td.TdClassName
{
border-color: #D90E6E;
}
.TagClassName
{
border-color: #D90E6E;
}
</style>