Shades of Ruby #D91054
Tints of Ruby #D91054
RGB
CMYK
RGB Variations
Color information
#D91054 (or 0xD91054) is known color: Ruby. HEX triplet: D9, 10 and 54. RGB value is (217,16,84). Sum of RGB (Red+Green+Blue) = 217+16+84=317 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.45% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 84 (33.20% from 255 or 26.50% from 317); Max value from RGB is 217 - color contains mainly: red. Hex color #D91054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91054 is #26EFAB. Grayscale: #535353. Windows color (decimal): -2551724 or 5509337. OLE color: 5509337.
HSL color Cylindrical-coordinate representation of color #D91054: hue angle of 339.7º 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 #D91054 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 84 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.15 |
| HSL | 339.7º | 0.86% | 0.46% | - |
| HSV(B) | 339.7º | 0.93% | 0.85% | - |
| XYZ | 30.4 | 15.76 | 9.83 | - |
| YUV | 83.85 | 128.09 | 222.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 84 | 0 | 0.93 | 0.61 | 0.15 | 339.7 | 0.86 | 0.46 |
| Hex | D9 | 10 | 54 | 0 | 5D | 3D | F | 154 | 56 | 2E |
| Octal | 331 | 20 | 124 | 0 | 135 | 75 | 17 | 524 | 126 | 56 |
| Binary | 11011001 | 10000 | 1010100 | 0 | 1011101 | 111101 | 1111 | 101010100 | 1010110 | 101110 |
Color Harmonies of #D91054
Complementary color
Monochromatic Colors of #D91054
Black with #D91054
Text Example
Text Example
White with #D91054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91054; }
p { color: rgb(217,16,84); }
H1.HeaderClassName
{
color: #D91054;
}
.AnyTagClassName
{
color: #D91054;
}
</style>
background-color css
<style>
a { background-color: #D91054; }
a { background-color: rgb(217,16,84); }
div.DivClassName
{
background-color: #D91054;
}
.BgClassName
{
background-color: #D91054;
}
</style>
border-color css
<style>
span { border-color: #D91054; }
span { border-color: rgb(217,16,84); }
td.TdClassName
{
border-color: #D91054;
}
.TagClassName
{
border-color: #D91054;
}
</style>