Shades of Ruby #D12070
Tints of Ruby #D12070
RGB
CMYK
RGB Variations
Color information
#D12070 (or 0xD12070) is known color: Ruby. HEX triplet: D1, 20 and 70. RGB value is (209,32,112). Sum of RGB (Red+Green+Blue) = 209+32+112=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D12070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12070 is #2EDF8F. Grayscale: #5D5D5D. Windows color (decimal): -3071888 or 7348433. OLE color: 7348433.
HSL color Cylindrical-coordinate representation of color #D12070: hue angle of 332.88º 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 #D12070 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 112 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.18 |
| HSL | 332.88º | 0.73% | 0.47% | - |
| HSV(B) | 332.88º | 0.85% | 0.82% | - |
| XYZ | 29.74 | 15.76 | 16.8 | - |
| YUV | 94.04 | 138.14 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 112 | 0 | 0.85 | 0.46 | 0.18 | 332.88 | 0.73 | 0.47 |
| Hex | D1 | 20 | 70 | 0 | 55 | 2E | 12 | 14D | 49 | 2F |
| Octal | 321 | 40 | 160 | 0 | 125 | 56 | 22 | 515 | 111 | 57 |
| Binary | 11010001 | 100000 | 1110000 | 0 | 1010101 | 101110 | 10010 | 101001101 | 1001001 | 101111 |
Color Harmonies of #D12070
Complementary color
Monochromatic Colors of #D12070
Black with #D12070
Text Example
Text Example
White with #D12070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12070; }
p { color: rgb(209,32,112); }
H1.HeaderClassName
{
color: #D12070;
}
.AnyTagClassName
{
color: #D12070;
}
</style>
background-color css
<style>
a { background-color: #D12070; }
a { background-color: rgb(209,32,112); }
div.DivClassName
{
background-color: #D12070;
}
.BgClassName
{
background-color: #D12070;
}
</style>
border-color css
<style>
span { border-color: #D12070; }
span { border-color: rgb(209,32,112); }
td.TdClassName
{
border-color: #D12070;
}
.TagClassName
{
border-color: #D12070;
}
</style>