Shades of Ruby #D90B61
Tints of Ruby #D90B61
RGB
CMYK
RGB Variations
Color information
#D90B61 (or 0xD90B61) is known color: Ruby. HEX triplet: D9, 0B and 61. RGB value is (217,11,97). Sum of RGB (Red+Green+Blue) = 217+11+97=325 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.77% from 325); Green value is 11 (4.69% from 255 or 3.38% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 217 - color contains mainly: red. Hex color #D90B61 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90B61 is #26F49E. Grayscale: #525252. Windows color (decimal): -2552991 or 6360025. OLE color: 6360025.
HSL color Cylindrical-coordinate representation of color #D90B61: hue angle of 334.95º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90B61 is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 11 | 97 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.15 |
| HSL | 334.95º | 0.9% | 0.45% | - |
| HSV(B) | 334.95º | 0.95% | 0.85% | - |
| XYZ | 30.89 | 15.85 | 12.74 | - |
| YUV | 82.4 | 136.25 | 224.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 11 | 97 | 0 | 0.95 | 0.55 | 0.15 | 334.95 | 0.9 | 0.45 |
| Hex | D9 | B | 61 | 0 | 5F | 37 | F | 14F | 5A | 2D |
| Octal | 331 | 13 | 141 | 0 | 137 | 67 | 17 | 517 | 132 | 55 |
| Binary | 11011001 | 1011 | 1100001 | 0 | 1011111 | 110111 | 1111 | 101001111 | 1011010 | 101101 |
Color Harmonies of #D90B61
Complementary color
Monochromatic Colors of #D90B61
Black with #D90B61
Text Example
Text Example
White with #D90B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90B61; }
p { color: rgb(217,11,97); }
H1.HeaderClassName
{
color: #D90B61;
}
.AnyTagClassName
{
color: #D90B61;
}
</style>
background-color css
<style>
a { background-color: #D90B61; }
a { background-color: rgb(217,11,97); }
div.DivClassName
{
background-color: #D90B61;
}
.BgClassName
{
background-color: #D90B61;
}
</style>
border-color css
<style>
span { border-color: #D90B61; }
span { border-color: rgb(217,11,97); }
td.TdClassName
{
border-color: #D90B61;
}
.TagClassName
{
border-color: #D90B61;
}
</style>