Shades of Ruby #D90E75
Tints of Ruby #D90E75
RGB
CMYK
RGB Variations
Color information
#D90E75 (or 0xD90E75) is known color: Ruby. HEX triplet: D9, 0E and 75. RGB value is (217,14,117). Sum of RGB (Red+Green+Blue) = 217+14+117=348 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.36% from 348); Green value is 14 (5.86% from 255 or 4.02% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 217 - color contains mainly: red. Hex color #D90E75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90E75 is #26F18A. Grayscale: #565656. Windows color (decimal): -2552203 or 7671513. OLE color: 7671513.
HSL color Cylindrical-coordinate representation of color #D90E75: hue angle of 329.56º 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 #D90E75 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 14 | 117 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.15 |
| HSL | 329.56º | 0.88% | 0.45% | - |
| HSV(B) | 329.56º | 0.94% | 0.85% | - |
| XYZ | 31.98 | 16.35 | 18.3 | - |
| YUV | 86.44 | 145.25 | 221.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 14 | 117 | 0 | 0.94 | 0.46 | 0.15 | 329.56 | 0.88 | 0.45 |
| Hex | D9 | E | 75 | 0 | 5E | 2E | F | 14A | 58 | 2D |
| Octal | 331 | 16 | 165 | 0 | 136 | 56 | 17 | 512 | 130 | 55 |
| Binary | 11011001 | 1110 | 1110101 | 0 | 1011110 | 101110 | 1111 | 101001010 | 1011000 | 101101 |
Color Harmonies of #D90E75
Complementary color
Monochromatic Colors of #D90E75
Black with #D90E75
Text Example
Text Example
White with #D90E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90E75; }
p { color: rgb(217,14,117); }
H1.HeaderClassName
{
color: #D90E75;
}
.AnyTagClassName
{
color: #D90E75;
}
</style>
background-color css
<style>
a { background-color: #D90E75; }
a { background-color: rgb(217,14,117); }
div.DivClassName
{
background-color: #D90E75;
}
.BgClassName
{
background-color: #D90E75;
}
</style>
border-color css
<style>
span { border-color: #D90E75; }
span { border-color: rgb(217,14,117); }
td.TdClassName
{
border-color: #D90E75;
}
.TagClassName
{
border-color: #D90E75;
}
</style>