Shades of Ruby #D90F5A
Tints of Ruby #D90F5A
RGB
CMYK
RGB Variations
Color information
#D90F5A (or 0xD90F5A) is known color: Ruby. HEX triplet: D9, 0F and 5A. RGB value is (217,15,90). Sum of RGB (Red+Green+Blue) = 217+15+90=322 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.39% from 322); Green value is 15 (6.25% from 255 or 4.66% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 217 - color contains mainly: red. Hex color #D90F5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90F5A is #26F0A5. Grayscale: #535353. Windows color (decimal): -2551974 or 5902297. OLE color: 5902297.
HSL color Cylindrical-coordinate representation of color #D90F5A: hue angle of 337.72º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D90F5A is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 15 | 90 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.15 |
| HSL | 337.72º | 0.87% | 0.45% | - |
| HSV(B) | 337.72º | 0.93% | 0.85% | - |
| XYZ | 30.63 | 15.83 | 11.11 | - |
| YUV | 83.95 | 131.42 | 222.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 15 | 90 | 0 | 0.93 | 0.59 | 0.15 | 337.72 | 0.87 | 0.45 |
| Hex | D9 | F | 5A | 0 | 5D | 3B | F | 152 | 57 | 2D |
| Octal | 331 | 17 | 132 | 0 | 135 | 73 | 17 | 522 | 127 | 55 |
| Binary | 11011001 | 1111 | 1011010 | 0 | 1011101 | 111011 | 1111 | 101010010 | 1010111 | 101101 |
Color Harmonies of #D90F5A
Complementary color
Monochromatic Colors of #D90F5A
Black with #D90F5A
Text Example
Text Example
White with #D90F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90F5A; }
p { color: rgb(217,15,90); }
H1.HeaderClassName
{
color: #D90F5A;
}
.AnyTagClassName
{
color: #D90F5A;
}
</style>
background-color css
<style>
a { background-color: #D90F5A; }
a { background-color: rgb(217,15,90); }
div.DivClassName
{
background-color: #D90F5A;
}
.BgClassName
{
background-color: #D90F5A;
}
</style>
border-color css
<style>
span { border-color: #D90F5A; }
span { border-color: rgb(217,15,90); }
td.TdClassName
{
border-color: #D90F5A;
}
.TagClassName
{
border-color: #D90F5A;
}
</style>