Shades of Ruby #D90770
Tints of Ruby #D90770
RGB
CMYK
RGB Variations
Color information
#D90770 (or 0xD90770) is known color: Ruby. HEX triplet: D9, 07 and 70. RGB value is (217,7,112). Sum of RGB (Red+Green+Blue) = 217+7+112=336 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.58% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 217 - color contains mainly: red. Hex color #D90770 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90770 is #26F88F. Grayscale: #515151. Windows color (decimal): -2554000 or 7342041. OLE color: 7342041.
HSL color Cylindrical-coordinate representation of color #D90770: hue angle of 330º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D90770 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 7 | 112 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.15 |
| HSL | 330º | 0.94% | 0.44% | - |
| HSV(B) | 330º | 0.97% | 0.85% | - |
| XYZ | 31.62 | 16.07 | 16.77 | - |
| YUV | 81.76 | 145.07 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 112 | 0 | 0.97 | 0.48 | 0.15 | 330 | 0.94 | 0.44 |
| Hex | D9 | 7 | 70 | 0 | 61 | 30 | F | 14A | 5E | 2C |
| Octal | 331 | 7 | 160 | 0 | 141 | 60 | 17 | 512 | 136 | 54 |
| Binary | 11011001 | 111 | 1110000 | 0 | 1100001 | 110000 | 1111 | 101001010 | 1011110 | 101100 |
Color Harmonies of #D90770
Complementary color
Monochromatic Colors of #D90770
Black with #D90770
Text Example
Text Example
White with #D90770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90770; }
p { color: rgb(217,7,112); }
H1.HeaderClassName
{
color: #D90770;
}
.AnyTagClassName
{
color: #D90770;
}
</style>
background-color css
<style>
a { background-color: #D90770; }
a { background-color: rgb(217,7,112); }
div.DivClassName
{
background-color: #D90770;
}
.BgClassName
{
background-color: #D90770;
}
</style>
border-color css
<style>
span { border-color: #D90770; }
span { border-color: rgb(217,7,112); }
td.TdClassName
{
border-color: #D90770;
}
.TagClassName
{
border-color: #D90770;
}
</style>