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