Shades of Ruby #D90964
Tints of Ruby #D90964
RGB
CMYK
RGB Variations
Color information
#D90964 (or 0xD90964) is known color: Ruby. HEX triplet: D9, 09 and 64. RGB value is (217,9,100). Sum of RGB (Red+Green+Blue) = 217+9+100=326 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.56% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 217 - color contains mainly: red. Hex color #D90964 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90964 is #26F69B. Grayscale: #515151. Windows color (decimal): -2553500 or 6556121. OLE color: 6556121.
HSL color Cylindrical-coordinate representation of color #D90964: hue angle of 333.75º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D90964 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 9 | 100 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.15 |
| HSL | 333.75º | 0.92% | 0.44% | - |
| HSV(B) | 333.75º | 0.96% | 0.85% | - |
| XYZ | 31.01 | 15.87 | 13.48 | - |
| YUV | 81.57 | 138.41 | 224.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 9 | 100 | 0 | 0.96 | 0.54 | 0.15 | 333.75 | 0.92 | 0.44 |
| Hex | D9 | 9 | 64 | 0 | 60 | 36 | F | 14E | 5C | 2C |
| Octal | 331 | 11 | 144 | 0 | 140 | 66 | 17 | 516 | 134 | 54 |
| Binary | 11011001 | 1001 | 1100100 | 0 | 1100000 | 110110 | 1111 | 101001110 | 1011100 | 101100 |
Color Harmonies of #D90964
Complementary color
Monochromatic Colors of #D90964
Black with #D90964
Text Example
Text Example
White with #D90964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90964; }
p { color: rgb(217,9,100); }
H1.HeaderClassName
{
color: #D90964;
}
.AnyTagClassName
{
color: #D90964;
}
</style>
background-color css
<style>
a { background-color: #D90964; }
a { background-color: rgb(217,9,100); }
div.DivClassName
{
background-color: #D90964;
}
.BgClassName
{
background-color: #D90964;
}
</style>
border-color css
<style>
span { border-color: #D90964; }
span { border-color: rgb(217,9,100); }
td.TdClassName
{
border-color: #D90964;
}
.TagClassName
{
border-color: #D90964;
}
</style>