Shades of Ruby #DE1160
Tints of Ruby #DE1160
RGB
CMYK
RGB Variations
Color information
#DE1160 (or 0xDE1160) is known color: Ruby. HEX triplet: DE, 11 and 60. RGB value is (222,17,96). Sum of RGB (Red+Green+Blue) = 222+17+96=335 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.27% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1160 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1160 is #21EE9F. Grayscale: #575757. Windows color (decimal): -2223776 or 6296030. OLE color: 6296030.
HSL color Cylindrical-coordinate representation of color #DE1160: hue angle of 336.88º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DE1160 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 17 | 96 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.13 |
| HSL | 336.88º | 0.86% | 0.47% | - |
| HSV(B) | 336.88º | 0.92% | 0.87% | - |
| XYZ | 32.44 | 16.78 | 12.59 | - |
| YUV | 87.3 | 132.92 | 224.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 17 | 96 | 0 | 0.92 | 0.57 | 0.13 | 336.88 | 0.86 | 0.47 |
| Hex | DE | 11 | 60 | 0 | 5C | 39 | D | 151 | 56 | 2F |
| Octal | 336 | 21 | 140 | 0 | 134 | 71 | 15 | 521 | 126 | 57 |
| Binary | 11011110 | 10001 | 1100000 | 0 | 1011100 | 111001 | 1101 | 101010001 | 1010110 | 101111 |
Color Harmonies of #DE1160
Complementary color
Monochromatic Colors of #DE1160
Black with #DE1160
Text Example
Text Example
White with #DE1160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1160; }
p { color: rgb(222,17,96); }
H1.HeaderClassName
{
color: #DE1160;
}
.AnyTagClassName
{
color: #DE1160;
}
</style>
background-color css
<style>
a { background-color: #DE1160; }
a { background-color: rgb(222,17,96); }
div.DivClassName
{
background-color: #DE1160;
}
.BgClassName
{
background-color: #DE1160;
}
</style>
border-color css
<style>
span { border-color: #DE1160; }
span { border-color: rgb(222,17,96); }
td.TdClassName
{
border-color: #DE1160;
}
.TagClassName
{
border-color: #DE1160;
}
</style>