Shades of Ruby #D90E68
Tints of Ruby #D90E68
RGB
CMYK
RGB Variations
Color information
#D90E68 (or 0xD90E68) is known color: Ruby. HEX triplet: D9, 0E and 68. RGB value is (217,14,104). Sum of RGB (Red+Green+Blue) = 217+14+104=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 14 (5.86% from 255 or 4.18% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D90E68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90E68 is #26F197. Grayscale: #545454. Windows color (decimal): -2552216 or 6819545. OLE color: 6819545.
HSL color Cylindrical-coordinate representation of color #D90E68: hue angle of 333.4º 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 #D90E68 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 14 | 104 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.15 |
| HSL | 333.4º | 0.88% | 0.45% | - |
| HSV(B) | 333.4º | 0.94% | 0.85% | - |
| XYZ | 31.27 | 16.07 | 14.55 | - |
| YUV | 84.96 | 138.75 | 222.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 14 | 104 | 0 | 0.94 | 0.52 | 0.15 | 333.4 | 0.88 | 0.45 |
| Hex | D9 | E | 68 | 0 | 5E | 34 | F | 14D | 58 | 2D |
| Octal | 331 | 16 | 150 | 0 | 136 | 64 | 17 | 515 | 130 | 55 |
| Binary | 11011001 | 1110 | 1101000 | 0 | 1011110 | 110100 | 1111 | 101001101 | 1011000 | 101101 |
Color Harmonies of #D90E68
Complementary color
Monochromatic Colors of #D90E68
Black with #D90E68
Text Example
Text Example
White with #D90E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90E68; }
p { color: rgb(217,14,104); }
H1.HeaderClassName
{
color: #D90E68;
}
.AnyTagClassName
{
color: #D90E68;
}
</style>
background-color css
<style>
a { background-color: #D90E68; }
a { background-color: rgb(217,14,104); }
div.DivClassName
{
background-color: #D90E68;
}
.BgClassName
{
background-color: #D90E68;
}
</style>
border-color css
<style>
span { border-color: #D90E68; }
span { border-color: rgb(217,14,104); }
td.TdClassName
{
border-color: #D90E68;
}
.TagClassName
{
border-color: #D90E68;
}
</style>