Shades of Ruby #D11270
Tints of Ruby #D11270
RGB
CMYK
RGB Variations
Color information
#D11270 (or 0xD11270) is known color: Ruby. HEX triplet: D1, 12 and 70. RGB value is (209,18,112). Sum of RGB (Red+Green+Blue) = 209+18+112=339 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.65% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 209 - color contains mainly: red. Hex color #D11270 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11270 is #2EED8F. Grayscale: #555555. Windows color (decimal): -3075472 or 7344849. OLE color: 7344849.
HSL color Cylindrical-coordinate representation of color #D11270: hue angle of 330.47º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D11270 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 112 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.18 |
| HSL | 330.47º | 0.84% | 0.45% | - |
| HSV(B) | 330.47º | 0.91% | 0.82% | - |
| XYZ | 29.44 | 15.16 | 16.7 | - |
| YUV | 85.83 | 142.78 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 112 | 0 | 0.91 | 0.46 | 0.18 | 330.47 | 0.84 | 0.45 |
| Hex | D1 | 12 | 70 | 0 | 5B | 2E | 12 | 14A | 54 | 2D |
| Octal | 321 | 22 | 160 | 0 | 133 | 56 | 22 | 512 | 124 | 55 |
| Binary | 11010001 | 10010 | 1110000 | 0 | 1011011 | 101110 | 10010 | 101001010 | 1010100 | 101101 |
Color Harmonies of #D11270
Complementary color
Monochromatic Colors of #D11270
Black with #D11270
Text Example
Text Example
White with #D11270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11270; }
p { color: rgb(209,18,112); }
H1.HeaderClassName
{
color: #D11270;
}
.AnyTagClassName
{
color: #D11270;
}
</style>
background-color css
<style>
a { background-color: #D11270; }
a { background-color: rgb(209,18,112); }
div.DivClassName
{
background-color: #D11270;
}
.BgClassName
{
background-color: #D11270;
}
</style>
border-color css
<style>
span { border-color: #D11270; }
span { border-color: rgb(209,18,112); }
td.TdClassName
{
border-color: #D11270;
}
.TagClassName
{
border-color: #D11270;
}
</style>