Shades of Ruby #D71459
Tints of Ruby #D71459
RGB
CMYK
RGB Variations
Color information
#D71459 (or 0xD71459) is known color: Ruby. HEX triplet: D7, 14 and 59. RGB value is (215,20,89). Sum of RGB (Red+Green+Blue) = 215+20+89=324 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.36% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 215 - color contains mainly: red. Hex color #D71459 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71459 is #28EBA6. Grayscale: #565656. Windows color (decimal): -2681767 or 5838039. OLE color: 5838039.
HSL color Cylindrical-coordinate representation of color #D71459: hue angle of 338.77º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D71459 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 89 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.16 |
| HSL | 338.77º | 0.83% | 0.46% | - |
| HSV(B) | 338.77º | 0.91% | 0.84% | - |
| XYZ | 30.08 | 15.67 | 10.89 | - |
| YUV | 86.17 | 129.6 | 219.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 89 | 0 | 0.91 | 0.59 | 0.16 | 338.77 | 0.83 | 0.46 |
| Hex | D7 | 14 | 59 | 0 | 5B | 3B | 10 | 153 | 53 | 2E |
| Octal | 327 | 24 | 131 | 0 | 133 | 73 | 20 | 523 | 123 | 56 |
| Binary | 11010111 | 10100 | 1011001 | 0 | 1011011 | 111011 | 10000 | 101010011 | 1010011 | 101110 |
Color Harmonies of #D71459
Complementary color
Monochromatic Colors of #D71459
Black with #D71459
Text Example
Text Example
White with #D71459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71459; }
p { color: rgb(215,20,89); }
H1.HeaderClassName
{
color: #D71459;
}
.AnyTagClassName
{
color: #D71459;
}
</style>
background-color css
<style>
a { background-color: #D71459; }
a { background-color: rgb(215,20,89); }
div.DivClassName
{
background-color: #D71459;
}
.BgClassName
{
background-color: #D71459;
}
</style>
border-color css
<style>
span { border-color: #D71459; }
span { border-color: rgb(215,20,89); }
td.TdClassName
{
border-color: #D71459;
}
.TagClassName
{
border-color: #D71459;
}
</style>