Shades of Ruby #D90870
Tints of Ruby #D90870
RGB
CMYK
RGB Variations
Color information
#D90870 (or 0xD90870) is known color: Ruby. HEX triplet: D9, 08 and 70. RGB value is (217,8,112). Sum of RGB (Red+Green+Blue) = 217+8+112=337 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.39% from 337); Green value is 8 (3.52% from 255 or 2.37% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 217 - color contains mainly: red. Hex color #D90870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90870 is #26F78F. Grayscale: #525252. Windows color (decimal): -2553744 or 7342297. OLE color: 7342297.
HSL color Cylindrical-coordinate representation of color #D90870: hue angle of 330.14º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D90870 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 112 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.15 |
| HSL | 330.14º | 0.93% | 0.44% | - |
| HSV(B) | 330.14º | 0.96% | 0.85% | - |
| XYZ | 31.63 | 16.1 | 16.77 | - |
| YUV | 82.35 | 144.74 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 112 | 0 | 0.96 | 0.48 | 0.15 | 330.14 | 0.93 | 0.44 |
| Hex | D9 | 8 | 70 | 0 | 60 | 30 | F | 14A | 5D | 2C |
| Octal | 331 | 10 | 160 | 0 | 140 | 60 | 17 | 512 | 135 | 54 |
| Binary | 11011001 | 1000 | 1110000 | 0 | 1100000 | 110000 | 1111 | 101001010 | 1011101 | 101100 |
Color Harmonies of #D90870
Complementary color
Monochromatic Colors of #D90870
Black with #D90870
Text Example
Text Example
White with #D90870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90870; }
p { color: rgb(217,8,112); }
H1.HeaderClassName
{
color: #D90870;
}
.AnyTagClassName
{
color: #D90870;
}
</style>
background-color css
<style>
a { background-color: #D90870; }
a { background-color: rgb(217,8,112); }
div.DivClassName
{
background-color: #D90870;
}
.BgClassName
{
background-color: #D90870;
}
</style>
border-color css
<style>
span { border-color: #D90870; }
span { border-color: rgb(217,8,112); }
td.TdClassName
{
border-color: #D90870;
}
.TagClassName
{
border-color: #D90870;
}
</style>