Shades of Ruby #DE1164
Tints of Ruby #DE1164
RGB
CMYK
RGB Variations
Color information
#DE1164 (or 0xDE1164) is known color: Ruby. HEX triplet: DE, 11 and 64. RGB value is (222,17,100). Sum of RGB (Red+Green+Blue) = 222+17+100=339 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.49% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1164 is #21EE9B. Grayscale: #575757. Windows color (decimal): -2223772 or 6558174. OLE color: 6558174.
HSL color Cylindrical-coordinate representation of color #DE1164: hue angle of 335.71º 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 #DE1164 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 17 | 100 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.13 |
| HSL | 335.71º | 0.86% | 0.47% | - |
| HSV(B) | 335.71º | 0.92% | 0.87% | - |
| XYZ | 32.62 | 16.85 | 13.59 | - |
| YUV | 87.76 | 134.92 | 223.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 17 | 100 | 0 | 0.92 | 0.55 | 0.13 | 335.71 | 0.86 | 0.47 |
| Hex | DE | 11 | 64 | 0 | 5C | 37 | D | 150 | 56 | 2F |
| Octal | 336 | 21 | 144 | 0 | 134 | 67 | 15 | 520 | 126 | 57 |
| Binary | 11011110 | 10001 | 1100100 | 0 | 1011100 | 110111 | 1101 | 101010000 | 1010110 | 101111 |
Color Harmonies of #DE1164
Complementary color
Monochromatic Colors of #DE1164
Black with #DE1164
Text Example
Text Example
White with #DE1164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1164; }
p { color: rgb(222,17,100); }
H1.HeaderClassName
{
color: #DE1164;
}
.AnyTagClassName
{
color: #DE1164;
}
</style>
background-color css
<style>
a { background-color: #DE1164; }
a { background-color: rgb(222,17,100); }
div.DivClassName
{
background-color: #DE1164;
}
.BgClassName
{
background-color: #DE1164;
}
</style>
border-color css
<style>
span { border-color: #DE1164; }
span { border-color: rgb(222,17,100); }
td.TdClassName
{
border-color: #DE1164;
}
.TagClassName
{
border-color: #DE1164;
}
</style>