Shades of Ruby #D90071
Tints of Ruby #D90071
RGB
CMYK
RGB Variations
Color information
#D90071 (or 0xD90071) is known color: Ruby. HEX triplet: D9, 00 and 71. RGB value is (217,0,113). Sum of RGB (Red+Green+Blue) = 217+0+113=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D90071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90071 is #26FF8E. Grayscale: #4D4D4D. Windows color (decimal): -2555791 or 7405785. OLE color: 7405785.
HSL color Cylindrical-coordinate representation of color #D90071: hue angle of 328.76º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D90071 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 0 | 113 | - |
| CMYK | 0 | 1 | 0.48 | 0.15 |
| HSL | 328.76º | 1% | 0.43% | - |
| HSV(B) | 328.76º | 1% | 0.85% | - |
| XYZ | 31.6 | 15.94 | 17.03 | - |
| YUV | 77.77 | 147.89 | 227.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 113 | 0 | 1 | 0.48 | 0.15 | 328.76 | 1 | 0.43 |
| Hex | D9 | 0 | 71 | 0 | 64 | 30 | F | 149 | 64 | 2B |
| Octal | 331 | 0 | 161 | 0 | 144 | 60 | 17 | 511 | 144 | 53 |
| Binary | 11011001 | 0 | 1110001 | 0 | 1100100 | 110000 | 1111 | 101001001 | 1100100 | 101011 |
Color Harmonies of #D90071
Complementary color
Monochromatic Colors of #D90071
Black with #D90071
Text Example
Text Example
White with #D90071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90071; }
p { color: rgb(217,0,113); }
H1.HeaderClassName
{
color: #D90071;
}
.AnyTagClassName
{
color: #D90071;
}
</style>
background-color css
<style>
a { background-color: #D90071; }
a { background-color: rgb(217,0,113); }
div.DivClassName
{
background-color: #D90071;
}
.BgClassName
{
background-color: #D90071;
}
</style>
border-color css
<style>
span { border-color: #D90071; }
span { border-color: rgb(217,0,113); }
td.TdClassName
{
border-color: #D90071;
}
.TagClassName
{
border-color: #D90071;
}
</style>