Shades of Ruby #D11258
Tints of Ruby #D11258
RGB
CMYK
RGB Variations
Color information
#D11258 (or 0xD11258) is known color: Ruby. HEX triplet: D1, 12 and 58. RGB value is (209,18,88). Sum of RGB (Red+Green+Blue) = 209+18+88=315 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.35% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 88 (34.77% from 255 or 27.94% from 315); Max value from RGB is 209 - color contains mainly: red. Hex color #D11258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11258 is #2EEDA7. Grayscale: #535353. Windows color (decimal): -3075496 or 5771985. OLE color: 5771985.
HSL color Cylindrical-coordinate representation of color #D11258: hue angle of 338.01º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D11258 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 88 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.18 |
| HSL | 338.01º | 0.84% | 0.45% | - |
| HSV(B) | 338.01º | 0.91% | 0.82% | - |
| XYZ | 28.27 | 14.69 | 10.58 | - |
| YUV | 83.09 | 130.78 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 88 | 0 | 0.91 | 0.58 | 0.18 | 338.01 | 0.84 | 0.45 |
| Hex | D1 | 12 | 58 | 0 | 5B | 3A | 12 | 152 | 54 | 2D |
| Octal | 321 | 22 | 130 | 0 | 133 | 72 | 22 | 522 | 124 | 55 |
| Binary | 11010001 | 10010 | 1011000 | 0 | 1011011 | 111010 | 10010 | 101010010 | 1010100 | 101101 |
Color Harmonies of #D11258
Complementary color
Monochromatic Colors of #D11258
Black with #D11258
Text Example
Text Example
White with #D11258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11258; }
p { color: rgb(209,18,88); }
H1.HeaderClassName
{
color: #D11258;
}
.AnyTagClassName
{
color: #D11258;
}
</style>
background-color css
<style>
a { background-color: #D11258; }
a { background-color: rgb(209,18,88); }
div.DivClassName
{
background-color: #D11258;
}
.BgClassName
{
background-color: #D11258;
}
</style>
border-color css
<style>
span { border-color: #D11258; }
span { border-color: rgb(209,18,88); }
td.TdClassName
{
border-color: #D11258;
}
.TagClassName
{
border-color: #D11258;
}
</style>