Shades of Ruby #D11058
Tints of Ruby #D11058
RGB
CMYK
RGB Variations
Color information
#D11058 (or 0xD11058) is known color: Ruby. HEX triplet: D1, 10 and 58. RGB value is (209,16,88). Sum of RGB (Red+Green+Blue) = 209+16+88=313 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.77% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 209 - color contains mainly: red. Hex color #D11058 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11058 is #2EEFA7. Grayscale: #515151. Windows color (decimal): -3076008 or 5771473. OLE color: 5771473.
HSL color Cylindrical-coordinate representation of color #D11058: hue angle of 337.62º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D11058 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 88 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.18 |
| HSL | 337.62º | 0.86% | 0.44% | - |
| HSV(B) | 337.62º | 0.92% | 0.82% | - |
| XYZ | 28.24 | 14.63 | 10.57 | - |
| YUV | 81.92 | 131.44 | 218.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 88 | 0 | 0.92 | 0.58 | 0.18 | 337.62 | 0.86 | 0.44 |
| Hex | D1 | 10 | 58 | 0 | 5C | 3A | 12 | 152 | 56 | 2C |
| Octal | 321 | 20 | 130 | 0 | 134 | 72 | 22 | 522 | 126 | 54 |
| Binary | 11010001 | 10000 | 1011000 | 0 | 1011100 | 111010 | 10010 | 101010010 | 1010110 | 101100 |
Color Harmonies of #D11058
Complementary color
Monochromatic Colors of #D11058
Black with #D11058
Text Example
Text Example
White with #D11058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11058; }
p { color: rgb(209,16,88); }
H1.HeaderClassName
{
color: #D11058;
}
.AnyTagClassName
{
color: #D11058;
}
</style>
background-color css
<style>
a { background-color: #D11058; }
a { background-color: rgb(209,16,88); }
div.DivClassName
{
background-color: #D11058;
}
.BgClassName
{
background-color: #D11058;
}
</style>
border-color css
<style>
span { border-color: #D11058; }
span { border-color: rgb(209,16,88); }
td.TdClassName
{
border-color: #D11058;
}
.TagClassName
{
border-color: #D11058;
}
</style>