Shades of Ruby #D90E6A
Tints of Ruby #D90E6A
RGB
CMYK
RGB Variations
Color information
#D90E6A (or 0xD90E6A) is known color: Ruby. HEX triplet: D9, 0E and 6A. RGB value is (217,14,106). Sum of RGB (Red+Green+Blue) = 217+14+106=337 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.39% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 217 - color contains mainly: red. Hex color #D90E6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90E6A is #26F195. Grayscale: #555555. Windows color (decimal): -2552214 or 6950617. OLE color: 6950617.
HSL color Cylindrical-coordinate representation of color #D90E6A: hue angle of 332.81º 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 #D90E6A is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 14 | 106 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.15 |
| HSL | 332.81º | 0.88% | 0.45% | - |
| HSV(B) | 332.81º | 0.94% | 0.85% | - |
| XYZ | 31.37 | 16.11 | 15.09 | - |
| YUV | 85.19 | 139.75 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 14 | 106 | 0 | 0.94 | 0.51 | 0.15 | 332.81 | 0.88 | 0.45 |
| Hex | D9 | E | 6A | 0 | 5E | 33 | F | 14D | 58 | 2D |
| Octal | 331 | 16 | 152 | 0 | 136 | 63 | 17 | 515 | 130 | 55 |
| Binary | 11011001 | 1110 | 1101010 | 0 | 1011110 | 110011 | 1111 | 101001101 | 1011000 | 101101 |
Color Harmonies of #D90E6A
Complementary color
Monochromatic Colors of #D90E6A
Black with #D90E6A
Text Example
Text Example
White with #D90E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90E6A; }
p { color: rgb(217,14,106); }
H1.HeaderClassName
{
color: #D90E6A;
}
.AnyTagClassName
{
color: #D90E6A;
}
</style>
background-color css
<style>
a { background-color: #D90E6A; }
a { background-color: rgb(217,14,106); }
div.DivClassName
{
background-color: #D90E6A;
}
.BgClassName
{
background-color: #D90E6A;
}
</style>
border-color css
<style>
span { border-color: #D90E6A; }
span { border-color: rgb(217,14,106); }
td.TdClassName
{
border-color: #D90E6A;
}
.TagClassName
{
border-color: #D90E6A;
}
</style>