Shades of Ruby #D12059
Tints of Ruby #D12059
RGB
CMYK
RGB Variations
Color information
#D12059 (or 0xD12059) is known color: Ruby. HEX triplet: D1, 20 and 59. RGB value is (209,32,89). Sum of RGB (Red+Green+Blue) = 209+32+89=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 89 (35.16% from 255 or 26.97% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D12059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12059 is #2EDFA6. Grayscale: #5B5B5B. Windows color (decimal): -3071911 or 5841105. OLE color: 5841105.
HSL color Cylindrical-coordinate representation of color #D12059: hue angle of 340.68º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D12059 is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 89 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.18 |
| HSL | 340.68º | 0.73% | 0.47% | - |
| HSV(B) | 340.68º | 0.85% | 0.82% | - |
| XYZ | 28.61 | 15.31 | 10.9 | - |
| YUV | 91.42 | 126.64 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 89 | 0 | 0.85 | 0.57 | 0.18 | 340.68 | 0.73 | 0.47 |
| Hex | D1 | 20 | 59 | 0 | 55 | 39 | 12 | 155 | 49 | 2F |
| Octal | 321 | 40 | 131 | 0 | 125 | 71 | 22 | 525 | 111 | 57 |
| Binary | 11010001 | 100000 | 1011001 | 0 | 1010101 | 111001 | 10010 | 101010101 | 1001001 | 101111 |
Color Harmonies of #D12059
Complementary color
Monochromatic Colors of #D12059
Black with #D12059
Text Example
Text Example
White with #D12059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12059; }
p { color: rgb(209,32,89); }
H1.HeaderClassName
{
color: #D12059;
}
.AnyTagClassName
{
color: #D12059;
}
</style>
background-color css
<style>
a { background-color: #D12059; }
a { background-color: rgb(209,32,89); }
div.DivClassName
{
background-color: #D12059;
}
.BgClassName
{
background-color: #D12059;
}
</style>
border-color css
<style>
span { border-color: #D12059; }
span { border-color: rgb(209,32,89); }
td.TdClassName
{
border-color: #D12059;
}
.TagClassName
{
border-color: #D12059;
}
</style>