Shades of Ruby #D90666
Tints of Ruby #D90666
RGB
CMYK
RGB Variations
Color information
#D90666 (or 0xD90666) is known color: Ruby. HEX triplet: D9, 06 and 66. RGB value is (217,6,102). Sum of RGB (Red+Green+Blue) = 217+6+102=325 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.77% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 217 - color contains mainly: red. Hex color #D90666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90666 is #26F999. Grayscale: #4F4F4F. Windows color (decimal): -2554266 or 6686425. OLE color: 6686425.
HSL color Cylindrical-coordinate representation of color #D90666: hue angle of 332.7º degrees, saturation: 0.95, 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 #D90666 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 6 | 102 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.15 |
| HSL | 332.7º | 0.95% | 0.44% | - |
| HSV(B) | 332.7º | 0.97% | 0.85% | - |
| XYZ | 31.08 | 15.84 | 13.99 | - |
| YUV | 80.03 | 140.4 | 225.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 6 | 102 | 0 | 0.97 | 0.53 | 0.15 | 332.7 | 0.95 | 0.44 |
| Hex | D9 | 6 | 66 | 0 | 61 | 35 | F | 14D | 5F | 2C |
| Octal | 331 | 6 | 146 | 0 | 141 | 65 | 17 | 515 | 137 | 54 |
| Binary | 11011001 | 110 | 1100110 | 0 | 1100001 | 110101 | 1111 | 101001101 | 1011111 | 101100 |
Color Harmonies of #D90666
Complementary color
Monochromatic Colors of #D90666
Black with #D90666
Text Example
Text Example
White with #D90666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90666; }
p { color: rgb(217,6,102); }
H1.HeaderClassName
{
color: #D90666;
}
.AnyTagClassName
{
color: #D90666;
}
</style>
background-color css
<style>
a { background-color: #D90666; }
a { background-color: rgb(217,6,102); }
div.DivClassName
{
background-color: #D90666;
}
.BgClassName
{
background-color: #D90666;
}
</style>
border-color css
<style>
span { border-color: #D90666; }
span { border-color: rgb(217,6,102); }
td.TdClassName
{
border-color: #D90666;
}
.TagClassName
{
border-color: #D90666;
}
</style>