Shades of Ruby #D11E70
Tints of Ruby #D11E70
RGB
CMYK
RGB Variations
Color information
#D11E70 (or 0xD11E70) is known color: Ruby. HEX triplet: D1, 1E and 70. RGB value is (209,30,112). Sum of RGB (Red+Green+Blue) = 209+30+112=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 30 (12.11% from 255 or 8.55% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D11E70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11E70 is #2EE18F. Grayscale: #5C5C5C. Windows color (decimal): -3072400 or 7347921. OLE color: 7347921.
HSL color Cylindrical-coordinate representation of color #D11E70: hue angle of 332.51º degrees, saturation: 0.75, 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 #D11E70 is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 30 | 112 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.18 |
| HSL | 332.51º | 0.75% | 0.47% | - |
| HSV(B) | 332.51º | 0.86% | 0.82% | - |
| XYZ | 29.68 | 15.65 | 16.79 | - |
| YUV | 92.87 | 138.8 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 30 | 112 | 0 | 0.86 | 0.46 | 0.18 | 332.51 | 0.75 | 0.47 |
| Hex | D1 | 1E | 70 | 0 | 56 | 2E | 12 | 14D | 4B | 2F |
| Octal | 321 | 36 | 160 | 0 | 126 | 56 | 22 | 515 | 113 | 57 |
| Binary | 11010001 | 11110 | 1110000 | 0 | 1010110 | 101110 | 10010 | 101001101 | 1001011 | 101111 |
Color Harmonies of #D11E70
Complementary color
Monochromatic Colors of #D11E70
Black with #D11E70
Text Example
Text Example
White with #D11E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11E70; }
p { color: rgb(209,30,112); }
H1.HeaderClassName
{
color: #D11E70;
}
.AnyTagClassName
{
color: #D11E70;
}
</style>
background-color css
<style>
a { background-color: #D11E70; }
a { background-color: rgb(209,30,112); }
div.DivClassName
{
background-color: #D11E70;
}
.BgClassName
{
background-color: #D11E70;
}
</style>
border-color css
<style>
span { border-color: #D11E70; }
span { border-color: rgb(209,30,112); }
td.TdClassName
{
border-color: #D11E70;
}
.TagClassName
{
border-color: #D11E70;
}
</style>