Shades of Ruby #D91855
Tints of Ruby #D91855
RGB
CMYK
RGB Variations
Color information
#D91855 (or 0xD91855) is known color: Ruby. HEX triplet: D9, 18 and 55. RGB value is (217,24,85). Sum of RGB (Red+Green+Blue) = 217+24+85=326 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.56% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 217 - color contains mainly: red. Hex color #D91855 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91855 is #26E7AA. Grayscale: #585858. Windows color (decimal): -2549675 or 5576921. OLE color: 5576921.
HSL color Cylindrical-coordinate representation of color #D91855: hue angle of 341.04º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D91855 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 24 | 85 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.15 |
| HSL | 341.04º | 0.8% | 0.47% | - |
| HSV(B) | 341.04º | 0.89% | 0.85% | - |
| XYZ | 30.58 | 16.06 | 10.08 | - |
| YUV | 88.66 | 125.94 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 24 | 85 | 0 | 0.89 | 0.61 | 0.15 | 341.04 | 0.8 | 0.47 |
| Hex | D9 | 18 | 55 | 0 | 59 | 3D | F | 155 | 50 | 2F |
| Octal | 331 | 30 | 125 | 0 | 131 | 75 | 17 | 525 | 120 | 57 |
| Binary | 11011001 | 11000 | 1010101 | 0 | 1011001 | 111101 | 1111 | 101010101 | 1010000 | 101111 |
Color Harmonies of #D91855
Complementary color
Monochromatic Colors of #D91855
Black with #D91855
Text Example
Text Example
White with #D91855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91855; }
p { color: rgb(217,24,85); }
H1.HeaderClassName
{
color: #D91855;
}
.AnyTagClassName
{
color: #D91855;
}
</style>
background-color css
<style>
a { background-color: #D91855; }
a { background-color: rgb(217,24,85); }
div.DivClassName
{
background-color: #D91855;
}
.BgClassName
{
background-color: #D91855;
}
</style>
border-color css
<style>
span { border-color: #D91855; }
span { border-color: rgb(217,24,85); }
td.TdClassName
{
border-color: #D91855;
}
.TagClassName
{
border-color: #D91855;
}
</style>