Shades of Ruby #DE2162
Tints of Ruby #DE2162
RGB
CMYK
RGB Variations
Color information
#DE2162 (or 0xDE2162) is known color: Ruby. HEX triplet: DE, 21 and 62. RGB value is (222,33,98). Sum of RGB (Red+Green+Blue) = 222+33+98=353 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.89% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2162 is #21DE9D. Grayscale: #606060. Windows color (decimal): -2219678 or 6431198. OLE color: 6431198.
HSL color Cylindrical-coordinate representation of color #DE2162: hue angle of 339.37º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DE2162 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 33 | 98 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.13 |
| HSL | 339.37º | 0.74% | 0.5% | - |
| HSV(B) | 339.37º | 0.85% | 0.87% | - |
| XYZ | 32.87 | 17.5 | 13.2 | - |
| YUV | 96.92 | 128.62 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 33 | 98 | 0 | 0.85 | 0.56 | 0.13 | 339.37 | 0.74 | 0.5 |
| Hex | DE | 21 | 62 | 0 | 55 | 38 | D | 153 | 4A | 32 |
| Octal | 336 | 41 | 142 | 0 | 125 | 70 | 15 | 523 | 112 | 62 |
| Binary | 11011110 | 100001 | 1100010 | 0 | 1010101 | 111000 | 1101 | 101010011 | 1001010 | 110010 |
Color Harmonies of #DE2162
Complementary color
Monochromatic Colors of #DE2162
Black with #DE2162
Text Example
Text Example
White with #DE2162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2162; }
p { color: rgb(222,33,98); }
H1.HeaderClassName
{
color: #DE2162;
}
.AnyTagClassName
{
color: #DE2162;
}
</style>
background-color css
<style>
a { background-color: #DE2162; }
a { background-color: rgb(222,33,98); }
div.DivClassName
{
background-color: #DE2162;
}
.BgClassName
{
background-color: #DE2162;
}
</style>
border-color css
<style>
span { border-color: #DE2162; }
span { border-color: rgb(222,33,98); }
td.TdClassName
{
border-color: #DE2162;
}
.TagClassName
{
border-color: #DE2162;
}
</style>