Shades of Ruby #D91354
Tints of Ruby #D91354
RGB
CMYK
RGB Variations
Color information
#D91354 (or 0xD91354) is known color: Ruby. HEX triplet: D9, 13 and 54. RGB value is (217,19,84). Sum of RGB (Red+Green+Blue) = 217+19+84=320 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.81% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 217 - color contains mainly: red. Hex color #D91354 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91354 is #26ECAB. Grayscale: #555555. Windows color (decimal): -2550956 or 5510105. OLE color: 5510105.
HSL color Cylindrical-coordinate representation of color #D91354: hue angle of 340.3º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D91354 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 19 | 84 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.15 |
| HSL | 340.3º | 0.84% | 0.46% | - |
| HSV(B) | 340.3º | 0.91% | 0.85% | - |
| XYZ | 30.45 | 15.86 | 9.84 | - |
| YUV | 85.61 | 127.1 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 84 | 0 | 0.91 | 0.61 | 0.15 | 340.3 | 0.84 | 0.46 |
| Hex | D9 | 13 | 54 | 0 | 5B | 3D | F | 154 | 54 | 2E |
| Octal | 331 | 23 | 124 | 0 | 133 | 75 | 17 | 524 | 124 | 56 |
| Binary | 11011001 | 10011 | 1010100 | 0 | 1011011 | 111101 | 1111 | 101010100 | 1010100 | 101110 |
Color Harmonies of #D91354
Complementary color
Monochromatic Colors of #D91354
Black with #D91354
Text Example
Text Example
White with #D91354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91354; }
p { color: rgb(217,19,84); }
H1.HeaderClassName
{
color: #D91354;
}
.AnyTagClassName
{
color: #D91354;
}
</style>
background-color css
<style>
a { background-color: #D91354; }
a { background-color: rgb(217,19,84); }
div.DivClassName
{
background-color: #D91354;
}
.BgClassName
{
background-color: #D91354;
}
</style>
border-color css
<style>
span { border-color: #D91354; }
span { border-color: rgb(217,19,84); }
td.TdClassName
{
border-color: #D91354;
}
.TagClassName
{
border-color: #D91354;
}
</style>