Shades of Ruby #D91355
Tints of Ruby #D91355
RGB
CMYK
RGB Variations
Color information
#D91355 (or 0xD91355) is known color: Ruby. HEX triplet: D9, 13 and 55. RGB value is (217,19,85). Sum of RGB (Red+Green+Blue) = 217+19+85=321 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.60% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 217 - color contains mainly: red. Hex color #D91355 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91355 is #26ECAA. Grayscale: #555555. Windows color (decimal): -2550955 or 5575641. OLE color: 5575641.
HSL color Cylindrical-coordinate representation of color #D91355: hue angle of 340º 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 #D91355 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 19 | 85 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.15 |
| HSL | 340º | 0.84% | 0.46% | - |
| HSV(B) | 340º | 0.91% | 0.85% | - |
| XYZ | 30.49 | 15.87 | 10.05 | - |
| YUV | 85.73 | 127.6 | 221.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 85 | 0 | 0.91 | 0.61 | 0.15 | 340 | 0.84 | 0.46 |
| Hex | D9 | 13 | 55 | 0 | 5B | 3D | F | 154 | 54 | 2E |
| Octal | 331 | 23 | 125 | 0 | 133 | 75 | 17 | 524 | 124 | 56 |
| Binary | 11011001 | 10011 | 1010101 | 0 | 1011011 | 111101 | 1111 | 101010100 | 1010100 | 101110 |
Color Harmonies of #D91355
Complementary color
Monochromatic Colors of #D91355
Black with #D91355
Text Example
Text Example
White with #D91355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91355; }
p { color: rgb(217,19,85); }
H1.HeaderClassName
{
color: #D91355;
}
.AnyTagClassName
{
color: #D91355;
}
</style>
background-color css
<style>
a { background-color: #D91355; }
a { background-color: rgb(217,19,85); }
div.DivClassName
{
background-color: #D91355;
}
.BgClassName
{
background-color: #D91355;
}
</style>
border-color css
<style>
span { border-color: #D91355; }
span { border-color: rgb(217,19,85); }
td.TdClassName
{
border-color: #D91355;
}
.TagClassName
{
border-color: #D91355;
}
</style>