Shades of Ruby #D91064
Tints of Ruby #D91064
RGB
CMYK
RGB Variations
Color information
#D91064 (or 0xD91064) is known color: Ruby. HEX triplet: D9, 10 and 64. RGB value is (217,16,100). Sum of RGB (Red+Green+Blue) = 217+16+100=333 (44% of max value = 765). Red value is 217 (85.16% from 255 or 65.17% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 217 - color contains mainly: red. Hex color #D91064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91064 is #26EF9B. Grayscale: #555555. Windows color (decimal): -2551708 or 6557913. OLE color: 6557913.
HSL color Cylindrical-coordinate representation of color #D91064: hue angle of 334.93º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D91064 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 100 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.15 |
| HSL | 334.93º | 0.86% | 0.46% | - |
| HSV(B) | 334.93º | 0.93% | 0.85% | - |
| XYZ | 31.1 | 16.04 | 13.51 | - |
| YUV | 85.68 | 136.09 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 100 | 0 | 0.93 | 0.54 | 0.15 | 334.93 | 0.86 | 0.46 |
| Hex | D9 | 10 | 64 | 0 | 5D | 36 | F | 14F | 56 | 2E |
| Octal | 331 | 20 | 144 | 0 | 135 | 66 | 17 | 517 | 126 | 56 |
| Binary | 11011001 | 10000 | 1100100 | 0 | 1011101 | 110110 | 1111 | 101001111 | 1010110 | 101110 |
Color Harmonies of #D91064
Complementary color
Monochromatic Colors of #D91064
Black with #D91064
Text Example
Text Example
White with #D91064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91064; }
p { color: rgb(217,16,100); }
H1.HeaderClassName
{
color: #D91064;
}
.AnyTagClassName
{
color: #D91064;
}
</style>
background-color css
<style>
a { background-color: #D91064; }
a { background-color: rgb(217,16,100); }
div.DivClassName
{
background-color: #D91064;
}
.BgClassName
{
background-color: #D91064;
}
</style>
border-color css
<style>
span { border-color: #D91064; }
span { border-color: rgb(217,16,100); }
td.TdClassName
{
border-color: #D91064;
}
.TagClassName
{
border-color: #D91064;
}
</style>