Shades of Ruby #D91957
Tints of Ruby #D91957
RGB
CMYK
RGB Variations
Color information
#D91957 (or 0xD91957) is known color: Ruby. HEX triplet: D9, 19 and 57. RGB value is (217,25,87). Sum of RGB (Red+Green+Blue) = 217+25+87=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D91957 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91957 is #26E6A8. Grayscale: #595959. Windows color (decimal): -2549417 or 5708249. OLE color: 5708249.
HSL color Cylindrical-coordinate representation of color #D91957: hue angle of 340.62º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91957 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 25 | 87 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.15 |
| HSL | 340.63º | 0.79% | 0.47% | - |
| HSV(B) | 340.63º | 0.88% | 0.85% | - |
| XYZ | 30.68 | 16.14 | 10.51 | - |
| YUV | 89.48 | 126.61 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 25 | 87 | 0 | 0.88 | 0.60 | 0.15 | 340.63 | 0.79 | 0.47 |
| Hex | D9 | 19 | 57 | 0 | 58 | 3C | F | 155 | 4F | 2F |
| Octal | 331 | 31 | 127 | 0 | 130 | 74 | 17 | 525 | 117 | 57 |
| Binary | 11011001 | 11001 | 1010111 | 0 | 1011000 | 111100 | 1111 | 101010101 | 1001111 | 101111 |
Color Harmonies of #D91957
Complementary color
Monochromatic Colors of #D91957
Black with #D91957
Text Example
Text Example
White with #D91957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91957; }
p { color: rgb(217,25,87); }
H1.HeaderClassName
{
color: #D91957;
}
.AnyTagClassName
{
color: #D91957;
}
</style>
background-color css
<style>
a { background-color: #D91957; }
a { background-color: rgb(217,25,87); }
div.DivClassName
{
background-color: #D91957;
}
.BgClassName
{
background-color: #D91957;
}
</style>
border-color css
<style>
span { border-color: #D91957; }
span { border-color: rgb(217,25,87); }
td.TdClassName
{
border-color: #D91957;
}
.TagClassName
{
border-color: #D91957;
}
</style>