Shades of Ruby #D90E6B
Tints of Ruby #D90E6B
RGB
CMYK
RGB Variations
Color information
#D90E6B (or 0xD90E6B) is known color: Ruby. HEX triplet: D9, 0E and 6B. RGB value is (217,14,107). Sum of RGB (Red+Green+Blue) = 217+14+107=338 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.20% from 338); Green value is 14 (5.86% from 255 or 4.14% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 217 - color contains mainly: red. Hex color #D90E6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90E6B is #26F194. Grayscale: #555555. Windows color (decimal): -2552213 or 7016153. OLE color: 7016153.
HSL color Cylindrical-coordinate representation of color #D90E6B: hue angle of 332.51º 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 #D90E6B is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 14 | 107 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.15 |
| HSL | 332.51º | 0.88% | 0.45% | - |
| HSV(B) | 332.51º | 0.94% | 0.85% | - |
| XYZ | 31.43 | 16.13 | 15.37 | - |
| YUV | 85.3 | 140.25 | 221.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 14 | 107 | 0 | 0.94 | 0.51 | 0.15 | 332.51 | 0.88 | 0.45 |
| Hex | D9 | E | 6B | 0 | 5E | 33 | F | 14D | 58 | 2D |
| Octal | 331 | 16 | 153 | 0 | 136 | 63 | 17 | 515 | 130 | 55 |
| Binary | 11011001 | 1110 | 1101011 | 0 | 1011110 | 110011 | 1111 | 101001101 | 1011000 | 101101 |
Color Harmonies of #D90E6B
Complementary color
Monochromatic Colors of #D90E6B
Black with #D90E6B
Text Example
Text Example
White with #D90E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90E6B; }
p { color: rgb(217,14,107); }
H1.HeaderClassName
{
color: #D90E6B;
}
.AnyTagClassName
{
color: #D90E6B;
}
</style>
background-color css
<style>
a { background-color: #D90E6B; }
a { background-color: rgb(217,14,107); }
div.DivClassName
{
background-color: #D90E6B;
}
.BgClassName
{
background-color: #D90E6B;
}
</style>
border-color css
<style>
span { border-color: #D90E6B; }
span { border-color: rgb(217,14,107); }
td.TdClassName
{
border-color: #D90E6B;
}
.TagClassName
{
border-color: #D90E6B;
}
</style>