Shades of Ruby #D11D70
Tints of Ruby #D11D70
RGB
CMYK
RGB Variations
Color information
#D11D70 (or 0xD11D70) is known color: Ruby. HEX triplet: D1, 1D and 70. RGB value is (209,29,112). Sum of RGB (Red+Green+Blue) = 209+29+112=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D11D70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11D70 is #2EE28F. Grayscale: #5C5C5C. Windows color (decimal): -3072656 or 7347665. OLE color: 7347665.
HSL color Cylindrical-coordinate representation of color #D11D70: hue angle of 332.33º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D11D70 is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 29 | 112 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.18 |
| HSL | 332.33º | 0.76% | 0.47% | - |
| HSV(B) | 332.33º | 0.86% | 0.82% | - |
| XYZ | 29.66 | 15.6 | 16.78 | - |
| YUV | 92.28 | 139.13 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 29 | 112 | 0 | 0.86 | 0.46 | 0.18 | 332.33 | 0.76 | 0.47 |
| Hex | D1 | 1D | 70 | 0 | 56 | 2E | 12 | 14C | 4C | 2F |
| Octal | 321 | 35 | 160 | 0 | 126 | 56 | 22 | 514 | 114 | 57 |
| Binary | 11010001 | 11101 | 1110000 | 0 | 1010110 | 101110 | 10010 | 101001100 | 1001100 | 101111 |
Color Harmonies of #D11D70
Complementary color
Monochromatic Colors of #D11D70
Black with #D11D70
Text Example
Text Example
White with #D11D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11D70; }
p { color: rgb(209,29,112); }
H1.HeaderClassName
{
color: #D11D70;
}
.AnyTagClassName
{
color: #D11D70;
}
</style>
background-color css
<style>
a { background-color: #D11D70; }
a { background-color: rgb(209,29,112); }
div.DivClassName
{
background-color: #D11D70;
}
.BgClassName
{
background-color: #D11D70;
}
</style>
border-color css
<style>
span { border-color: #D11D70; }
span { border-color: rgb(209,29,112); }
td.TdClassName
{
border-color: #D11D70;
}
.TagClassName
{
border-color: #D11D70;
}
</style>