Shades of Ruby #D90772
Tints of Ruby #D90772
RGB
CMYK
RGB Variations
Color information
#D90772 (or 0xD90772) is known color: Ruby. HEX triplet: D9, 07 and 72. RGB value is (217,7,114). Sum of RGB (Red+Green+Blue) = 217+7+114=338 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.20% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 217 - color contains mainly: red. Hex color #D90772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90772 is #26F88D. Grayscale: #515151. Windows color (decimal): -2553998 or 7473113. OLE color: 7473113.
HSL color Cylindrical-coordinate representation of color #D90772: hue angle of 329.43º 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 #D90772 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 7 | 114 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.15 |
| HSL | 329.43º | 0.94% | 0.44% | - |
| HSV(B) | 329.43º | 0.97% | 0.85% | - |
| XYZ | 31.73 | 16.12 | 17.36 | - |
| YUV | 81.99 | 146.07 | 224.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 114 | 0 | 0.97 | 0.47 | 0.15 | 329.43 | 0.94 | 0.44 |
| Hex | D9 | 7 | 72 | 0 | 61 | 2F | F | 149 | 5E | 2C |
| Octal | 331 | 7 | 162 | 0 | 141 | 57 | 17 | 511 | 136 | 54 |
| Binary | 11011001 | 111 | 1110010 | 0 | 1100001 | 101111 | 1111 | 101001001 | 1011110 | 101100 |
Color Harmonies of #D90772
Complementary color
Monochromatic Colors of #D90772
Black with #D90772
Text Example
Text Example
White with #D90772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90772; }
p { color: rgb(217,7,114); }
H1.HeaderClassName
{
color: #D90772;
}
.AnyTagClassName
{
color: #D90772;
}
</style>
background-color css
<style>
a { background-color: #D90772; }
a { background-color: rgb(217,7,114); }
div.DivClassName
{
background-color: #D90772;
}
.BgClassName
{
background-color: #D90772;
}
</style>
border-color css
<style>
span { border-color: #D90772; }
span { border-color: rgb(217,7,114); }
td.TdClassName
{
border-color: #D90772;
}
.TagClassName
{
border-color: #D90772;
}
</style>