Shades of Ruby #D90E65
Tints of Ruby #D90E65
RGB
CMYK
RGB Variations
Color information
#D90E65 (or 0xD90E65) is known color: Ruby. HEX triplet: D9, 0E and 65. RGB value is (217,14,101). Sum of RGB (Red+Green+Blue) = 217+14+101=332 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.36% from 332); Green value is 14 (5.86% from 255 or 4.22% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 217 - color contains mainly: red. Hex color #D90E65 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90E65 is #26F19A. Grayscale: #545454. Windows color (decimal): -2552219 or 6622937. OLE color: 6622937.
HSL color Cylindrical-coordinate representation of color #D90E65: hue angle of 334.29º 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 #D90E65 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 14 | 101 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.15 |
| HSL | 334.29º | 0.88% | 0.45% | - |
| HSV(B) | 334.29º | 0.94% | 0.85% | - |
| XYZ | 31.12 | 16.01 | 13.76 | - |
| YUV | 84.62 | 137.25 | 222.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 14 | 101 | 0 | 0.94 | 0.53 | 0.15 | 334.29 | 0.88 | 0.45 |
| Hex | D9 | E | 65 | 0 | 5E | 35 | F | 14E | 58 | 2D |
| Octal | 331 | 16 | 145 | 0 | 136 | 65 | 17 | 516 | 130 | 55 |
| Binary | 11011001 | 1110 | 1100101 | 0 | 1011110 | 110101 | 1111 | 101001110 | 1011000 | 101101 |
Color Harmonies of #D90E65
Complementary color
Monochromatic Colors of #D90E65
Black with #D90E65
Text Example
Text Example
White with #D90E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90E65; }
p { color: rgb(217,14,101); }
H1.HeaderClassName
{
color: #D90E65;
}
.AnyTagClassName
{
color: #D90E65;
}
</style>
background-color css
<style>
a { background-color: #D90E65; }
a { background-color: rgb(217,14,101); }
div.DivClassName
{
background-color: #D90E65;
}
.BgClassName
{
background-color: #D90E65;
}
</style>
border-color css
<style>
span { border-color: #D90E65; }
span { border-color: rgb(217,14,101); }
td.TdClassName
{
border-color: #D90E65;
}
.TagClassName
{
border-color: #D90E65;
}
</style>