Shades of Ruby #D11459
Tints of Ruby #D11459
RGB
CMYK
RGB Variations
Color information
#D11459 (or 0xD11459) is known color: Ruby. HEX triplet: D1, 14 and 59. RGB value is (209,20,89). Sum of RGB (Red+Green+Blue) = 209+20+89=318 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.72% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 209 - color contains mainly: red. Hex color #D11459 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11459 is #2EEBA6. Grayscale: #545454. Windows color (decimal): -3074983 or 5838033. OLE color: 5838033.
HSL color Cylindrical-coordinate representation of color #D11459: hue angle of 338.1º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D11459 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 20 | 89 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.18 |
| HSL | 338.1º | 0.83% | 0.45% | - |
| HSV(B) | 338.1º | 0.9% | 0.82% | - |
| XYZ | 28.35 | 14.78 | 10.81 | - |
| YUV | 84.38 | 130.62 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 89 | 0 | 0.90 | 0.57 | 0.18 | 338.1 | 0.83 | 0.45 |
| Hex | D1 | 14 | 59 | 0 | 5A | 39 | 12 | 152 | 53 | 2D |
| Octal | 321 | 24 | 131 | 0 | 132 | 71 | 22 | 522 | 123 | 55 |
| Binary | 11010001 | 10100 | 1011001 | 0 | 1011010 | 111001 | 10010 | 101010010 | 1010011 | 101101 |
Color Harmonies of #D11459
Complementary color
Monochromatic Colors of #D11459
Black with #D11459
Text Example
Text Example
White with #D11459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11459; }
p { color: rgb(209,20,89); }
H1.HeaderClassName
{
color: #D11459;
}
.AnyTagClassName
{
color: #D11459;
}
</style>
background-color css
<style>
a { background-color: #D11459; }
a { background-color: rgb(209,20,89); }
div.DivClassName
{
background-color: #D11459;
}
.BgClassName
{
background-color: #D11459;
}
</style>
border-color css
<style>
span { border-color: #D11459; }
span { border-color: rgb(209,20,89); }
td.TdClassName
{
border-color: #D11459;
}
.TagClassName
{
border-color: #D11459;
}
</style>