Shades of Ruby #D90765
Tints of Ruby #D90765
RGB
CMYK
RGB Variations
Color information
#D90765 (or 0xD90765) is known color: Ruby. HEX triplet: D9, 07 and 65. RGB value is (217,7,101). Sum of RGB (Red+Green+Blue) = 217+7+101=325 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.77% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 217 - color contains mainly: red. Hex color #D90765 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90765 is #26F89A. Grayscale: #505050. Windows color (decimal): -2554011 or 6621145. OLE color: 6621145.
HSL color Cylindrical-coordinate representation of color #D90765: hue angle of 333.14º 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 #D90765 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 7 | 101 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.15 |
| HSL | 333.14º | 0.94% | 0.44% | - |
| HSV(B) | 333.14º | 0.97% | 0.85% | - |
| XYZ | 31.04 | 15.84 | 13.73 | - |
| YUV | 80.51 | 139.57 | 225.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 101 | 0 | 0.97 | 0.53 | 0.15 | 333.14 | 0.94 | 0.44 |
| Hex | D9 | 7 | 65 | 0 | 61 | 35 | F | 14D | 5E | 2C |
| Octal | 331 | 7 | 145 | 0 | 141 | 65 | 17 | 515 | 136 | 54 |
| Binary | 11011001 | 111 | 1100101 | 0 | 1100001 | 110101 | 1111 | 101001101 | 1011110 | 101100 |
Color Harmonies of #D90765
Complementary color
Monochromatic Colors of #D90765
Black with #D90765
Text Example
Text Example
White with #D90765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90765; }
p { color: rgb(217,7,101); }
H1.HeaderClassName
{
color: #D90765;
}
.AnyTagClassName
{
color: #D90765;
}
</style>
background-color css
<style>
a { background-color: #D90765; }
a { background-color: rgb(217,7,101); }
div.DivClassName
{
background-color: #D90765;
}
.BgClassName
{
background-color: #D90765;
}
</style>
border-color css
<style>
span { border-color: #D90765; }
span { border-color: rgb(217,7,101); }
td.TdClassName
{
border-color: #D90765;
}
.TagClassName
{
border-color: #D90765;
}
</style>