Shades of Ruby #D90F70
Tints of Ruby #D90F70
RGB
CMYK
RGB Variations
Color information
#D90F70 (or 0xD90F70) is known color: Ruby. HEX triplet: D9, 0F and 70. RGB value is (217,15,112). Sum of RGB (Red+Green+Blue) = 217+15+112=344 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.08% from 344); Green value is 15 (6.25% from 255 or 4.36% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 217 - color contains mainly: red. Hex color #D90F70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90F70 is #26F08F. Grayscale: #565656. Windows color (decimal): -2551952 or 7344089. OLE color: 7344089.
HSL color Cylindrical-coordinate representation of color #D90F70: hue angle of 331.19º 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 #D90F70 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 15 | 112 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.15 |
| HSL | 331.19º | 0.87% | 0.45% | - |
| HSV(B) | 331.19º | 0.93% | 0.85% | - |
| XYZ | 31.71 | 16.26 | 16.8 | - |
| YUV | 86.46 | 142.42 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 15 | 112 | 0 | 0.93 | 0.48 | 0.15 | 331.19 | 0.87 | 0.45 |
| Hex | D9 | F | 70 | 0 | 5D | 30 | F | 14B | 57 | 2D |
| Octal | 331 | 17 | 160 | 0 | 135 | 60 | 17 | 513 | 127 | 55 |
| Binary | 11011001 | 1111 | 1110000 | 0 | 1011101 | 110000 | 1111 | 101001011 | 1010111 | 101101 |
Color Harmonies of #D90F70
Complementary color
Monochromatic Colors of #D90F70
Black with #D90F70
Text Example
Text Example
White with #D90F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90F70; }
p { color: rgb(217,15,112); }
H1.HeaderClassName
{
color: #D90F70;
}
.AnyTagClassName
{
color: #D90F70;
}
</style>
background-color css
<style>
a { background-color: #D90F70; }
a { background-color: rgb(217,15,112); }
div.DivClassName
{
background-color: #D90F70;
}
.BgClassName
{
background-color: #D90F70;
}
</style>
border-color css
<style>
span { border-color: #D90F70; }
span { border-color: rgb(217,15,112); }
td.TdClassName
{
border-color: #D90F70;
}
.TagClassName
{
border-color: #D90F70;
}
</style>