Shades of Ruby #DE2163
Tints of Ruby #DE2163
RGB
CMYK
RGB Variations
Color information
#DE2163 (or 0xDE2163) is known color: Ruby. HEX triplet: DE, 21 and 63. RGB value is (222,33,99). Sum of RGB (Red+Green+Blue) = 222+33+99=354 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.71% from 354); Green value is 33 (13.28% from 255 or 9.32% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2163 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2163 is #21DE9C. Grayscale: #606060. Windows color (decimal): -2219677 or 6496734. OLE color: 6496734.
HSL color Cylindrical-coordinate representation of color #DE2163: hue angle of 339.05º 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 #DE2163 is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 33 | 99 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.13 |
| HSL | 339.05º | 0.74% | 0.5% | - |
| HSV(B) | 339.05º | 0.85% | 0.87% | - |
| XYZ | 32.92 | 17.52 | 13.45 | - |
| YUV | 97.04 | 129.12 | 217.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 33 | 99 | 0 | 0.85 | 0.55 | 0.13 | 339.05 | 0.74 | 0.5 |
| Hex | DE | 21 | 63 | 0 | 55 | 37 | D | 153 | 4A | 32 |
| Octal | 336 | 41 | 143 | 0 | 125 | 67 | 15 | 523 | 112 | 62 |
| Binary | 11011110 | 100001 | 1100011 | 0 | 1010101 | 110111 | 1101 | 101010011 | 1001010 | 110010 |
Color Harmonies of #DE2163
Complementary color
Monochromatic Colors of #DE2163
Black with #DE2163
Text Example
Text Example
White with #DE2163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2163; }
p { color: rgb(222,33,99); }
H1.HeaderClassName
{
color: #DE2163;
}
.AnyTagClassName
{
color: #DE2163;
}
</style>
background-color css
<style>
a { background-color: #DE2163; }
a { background-color: rgb(222,33,99); }
div.DivClassName
{
background-color: #DE2163;
}
.BgClassName
{
background-color: #DE2163;
}
</style>
border-color css
<style>
span { border-color: #DE2163; }
span { border-color: rgb(222,33,99); }
td.TdClassName
{
border-color: #DE2163;
}
.TagClassName
{
border-color: #DE2163;
}
</style>