Shades of Ruby #DE1156
Tints of Ruby #DE1156
RGB
CMYK
RGB Variations
Color information
#DE1156 (or 0xDE1156) is known color: Ruby. HEX triplet: DE, 11 and 56. RGB value is (222,17,86). Sum of RGB (Red+Green+Blue) = 222+17+86=325 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.31% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1156 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1156 is #21EEA9. Grayscale: #565656. Windows color (decimal): -2223786 or 5640670. OLE color: 5640670.
HSL color Cylindrical-coordinate representation of color #DE1156: hue angle of 339.8º 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 #DE1156 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 17 | 86 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.13 |
| HSL | 339.8º | 0.86% | 0.47% | - |
| HSV(B) | 339.8º | 0.92% | 0.87% | - |
| XYZ | 32 | 16.6 | 10.32 | - |
| YUV | 86.16 | 127.92 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 17 | 86 | 0 | 0.92 | 0.61 | 0.13 | 339.8 | 0.86 | 0.47 |
| Hex | DE | 11 | 56 | 0 | 5C | 3D | D | 154 | 56 | 2F |
| Octal | 336 | 21 | 126 | 0 | 134 | 75 | 15 | 524 | 126 | 57 |
| Binary | 11011110 | 10001 | 1010110 | 0 | 1011100 | 111101 | 1101 | 101010100 | 1010110 | 101111 |
Color Harmonies of #DE1156
Complementary color
Monochromatic Colors of #DE1156
Black with #DE1156
Text Example
Text Example
White with #DE1156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1156; }
p { color: rgb(222,17,86); }
H1.HeaderClassName
{
color: #DE1156;
}
.AnyTagClassName
{
color: #DE1156;
}
</style>
background-color css
<style>
a { background-color: #DE1156; }
a { background-color: rgb(222,17,86); }
div.DivClassName
{
background-color: #DE1156;
}
.BgClassName
{
background-color: #DE1156;
}
</style>
border-color css
<style>
span { border-color: #DE1156; }
span { border-color: rgb(222,17,86); }
td.TdClassName
{
border-color: #DE1156;
}
.TagClassName
{
border-color: #DE1156;
}
</style>