Shades of Ruby #D91459
Tints of Ruby #D91459
RGB
CMYK
RGB Variations
Color information
#D91459 (or 0xD91459) is known color: Ruby. HEX triplet: D9, 14 and 59. RGB value is (217,20,89). Sum of RGB (Red+Green+Blue) = 217+20+89=326 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.56% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 217 - color contains mainly: red. Hex color #D91459 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91459 is #26EBA6. Grayscale: #565656. Windows color (decimal): -2550695 or 5838041. OLE color: 5838041.
HSL color Cylindrical-coordinate representation of color #D91459: hue angle of 338.98º 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 #D91459 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 89 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.15 |
| HSL | 338.98º | 0.83% | 0.46% | - |
| HSV(B) | 338.98º | 0.91% | 0.85% | - |
| XYZ | 30.67 | 15.97 | 10.92 | - |
| YUV | 86.77 | 129.27 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 89 | 0 | 0.91 | 0.59 | 0.15 | 338.98 | 0.83 | 0.46 |
| Hex | D9 | 14 | 59 | 0 | 5B | 3B | F | 153 | 53 | 2E |
| Octal | 331 | 24 | 131 | 0 | 133 | 73 | 17 | 523 | 123 | 56 |
| Binary | 11011001 | 10100 | 1011001 | 0 | 1011011 | 111011 | 1111 | 101010011 | 1010011 | 101110 |
Color Harmonies of #D91459
Complementary color
Monochromatic Colors of #D91459
Black with #D91459
Text Example
Text Example
White with #D91459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91459; }
p { color: rgb(217,20,89); }
H1.HeaderClassName
{
color: #D91459;
}
.AnyTagClassName
{
color: #D91459;
}
</style>
background-color css
<style>
a { background-color: #D91459; }
a { background-color: rgb(217,20,89); }
div.DivClassName
{
background-color: #D91459;
}
.BgClassName
{
background-color: #D91459;
}
</style>
border-color css
<style>
span { border-color: #D91459; }
span { border-color: rgb(217,20,89); }
td.TdClassName
{
border-color: #D91459;
}
.TagClassName
{
border-color: #D91459;
}
</style>