Shades of Ruby #D90170
Tints of Ruby #D90170
RGB
CMYK
RGB Variations
Color information
#D90170 (or 0xD90170) is known color: Ruby. HEX triplet: D9, 01 and 70. RGB value is (217,1,112). Sum of RGB (Red+Green+Blue) = 217+1+112=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D90170 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90170 is #26FE8F. Grayscale: #4E4E4E. Windows color (decimal): -2555536 or 7340505. OLE color: 7340505.
HSL color Cylindrical-coordinate representation of color #D90170: hue angle of 329.17º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D90170 is Cyan = 0, Magento = 1.00, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 1 | 112 | - |
| CMYK | 0 | 1.00 | 0.48 | 0.15 |
| HSL | 329.17º | 0.99% | 0.43% | - |
| HSV(B) | 329.17º | 1% | 0.85% | - |
| XYZ | 31.55 | 15.94 | 16.74 | - |
| YUV | 78.24 | 147.06 | 226.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 112 | 0 | 1.00 | 0.48 | 0.15 | 329.17 | 0.99 | 0.43 |
| Hex | D9 | 1 | 70 | 0 | 64 | 30 | F | 149 | 63 | 2B |
| Octal | 331 | 1 | 160 | 0 | 144 | 60 | 17 | 511 | 143 | 53 |
| Binary | 11011001 | 1 | 1110000 | 0 | 1100100 | 110000 | 1111 | 101001001 | 1100011 | 101011 |
Color Harmonies of #D90170
Complementary color
Monochromatic Colors of #D90170
Black with #D90170
Text Example
Text Example
White with #D90170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90170; }
p { color: rgb(217,1,112); }
H1.HeaderClassName
{
color: #D90170;
}
.AnyTagClassName
{
color: #D90170;
}
</style>
background-color css
<style>
a { background-color: #D90170; }
a { background-color: rgb(217,1,112); }
div.DivClassName
{
background-color: #D90170;
}
.BgClassName
{
background-color: #D90170;
}
</style>
border-color css
<style>
span { border-color: #D90170; }
span { border-color: rgb(217,1,112); }
td.TdClassName
{
border-color: #D90170;
}
.TagClassName
{
border-color: #D90170;
}
</style>