Shades of Ruby #D12061
Tints of Ruby #D12061
RGB
CMYK
RGB Variations
Color information
#D12061 (or 0xD12061) is known color: Ruby. HEX triplet: D1, 20 and 61. RGB value is (209,32,97). Sum of RGB (Red+Green+Blue) = 209+32+97=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D12061 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12061 is #2EDF9E. Grayscale: #5C5C5C. Windows color (decimal): -3071903 or 6365393. OLE color: 6365393.
HSL color Cylindrical-coordinate representation of color #D12061: hue angle of 337.97º 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 #D12061 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 97 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.18 |
| HSL | 337.97º | 0.73% | 0.47% | - |
| HSV(B) | 337.97º | 0.85% | 0.82% | - |
| XYZ | 28.97 | 15.45 | 12.76 | - |
| YUV | 92.33 | 130.64 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 97 | 0 | 0.85 | 0.54 | 0.18 | 337.97 | 0.73 | 0.47 |
| Hex | D1 | 20 | 61 | 0 | 55 | 36 | 12 | 152 | 49 | 2F |
| Octal | 321 | 40 | 141 | 0 | 125 | 66 | 22 | 522 | 111 | 57 |
| Binary | 11010001 | 100000 | 1100001 | 0 | 1010101 | 110110 | 10010 | 101010010 | 1001001 | 101111 |
Color Harmonies of #D12061
Complementary color
Monochromatic Colors of #D12061
Black with #D12061
Text Example
Text Example
White with #D12061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12061; }
p { color: rgb(209,32,97); }
H1.HeaderClassName
{
color: #D12061;
}
.AnyTagClassName
{
color: #D12061;
}
</style>
background-color css
<style>
a { background-color: #D12061; }
a { background-color: rgb(209,32,97); }
div.DivClassName
{
background-color: #D12061;
}
.BgClassName
{
background-color: #D12061;
}
</style>
border-color css
<style>
span { border-color: #D12061; }
span { border-color: rgb(209,32,97); }
td.TdClassName
{
border-color: #D12061;
}
.TagClassName
{
border-color: #D12061;
}
</style>