Shades of Ruby #D91457
Tints of Ruby #D91457
RGB
CMYK
RGB Variations
Color information
#D91457 (or 0xD91457) is known color: Ruby. HEX triplet: D9, 14 and 57. RGB value is (217,20,87). Sum of RGB (Red+Green+Blue) = 217+20+87=324 (42% of max value = 765). Red value is 217 (85.16% from 255 or 66.98% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 217 - color contains mainly: red. Hex color #D91457 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91457 is #26EBA8. Grayscale: #565656. Windows color (decimal): -2550697 or 5706969. OLE color: 5706969.
HSL color Cylindrical-coordinate representation of color #D91457: hue angle of 339.59º degrees, saturation: 0.83, 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 #D91457 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 87 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.15 |
| HSL | 339.59º | 0.83% | 0.46% | - |
| HSV(B) | 339.59º | 0.91% | 0.85% | - |
| XYZ | 30.59 | 15.94 | 10.48 | - |
| YUV | 86.54 | 128.27 | 221.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 87 | 0 | 0.91 | 0.60 | 0.15 | 339.59 | 0.83 | 0.46 |
| Hex | D9 | 14 | 57 | 0 | 5B | 3C | F | 154 | 53 | 2E |
| Octal | 331 | 24 | 127 | 0 | 133 | 74 | 17 | 524 | 123 | 56 |
| Binary | 11011001 | 10100 | 1010111 | 0 | 1011011 | 111100 | 1111 | 101010100 | 1010011 | 101110 |
Color Harmonies of #D91457
Complementary color
Monochromatic Colors of #D91457
Black with #D91457
Text Example
Text Example
White with #D91457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91457; }
p { color: rgb(217,20,87); }
H1.HeaderClassName
{
color: #D91457;
}
.AnyTagClassName
{
color: #D91457;
}
</style>
background-color css
<style>
a { background-color: #D91457; }
a { background-color: rgb(217,20,87); }
div.DivClassName
{
background-color: #D91457;
}
.BgClassName
{
background-color: #D91457;
}
</style>
border-color css
<style>
span { border-color: #D91457; }
span { border-color: rgb(217,20,87); }
td.TdClassName
{
border-color: #D91457;
}
.TagClassName
{
border-color: #D91457;
}
</style>