Shades of Ruby #DE0D76
Tints of Ruby #DE0D76
RGB
CMYK
RGB Variations
Color information
#DE0D76 (or 0xDE0D76) is known color: Ruby. HEX triplet: DE, 0D and 76. RGB value is (222,13,118). Sum of RGB (Red+Green+Blue) = 222+13+118=353 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.89% from 353); Green value is 13 (5.47% from 255 or 3.68% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0D76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0D76 is #21F289. Grayscale: #575757. Windows color (decimal): -2224778 or 7736798. OLE color: 7736798.
HSL color Cylindrical-coordinate representation of color #DE0D76: hue angle of 329.86º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE0D76 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 13 | 118 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.13 |
| HSL | 329.86º | 0.89% | 0.46% | - |
| HSV(B) | 329.86º | 0.94% | 0.87% | - |
| XYZ | 33.54 | 17.13 | 18.68 | - |
| YUV | 87.46 | 145.24 | 223.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 13 | 118 | 0 | 0.94 | 0.47 | 0.13 | 329.86 | 0.89 | 0.46 |
| Hex | DE | D | 76 | 0 | 5E | 2F | D | 14A | 59 | 2E |
| Octal | 336 | 15 | 166 | 0 | 136 | 57 | 15 | 512 | 131 | 56 |
| Binary | 11011110 | 1101 | 1110110 | 0 | 1011110 | 101111 | 1101 | 101001010 | 1011001 | 101110 |
Color Harmonies of #DE0D76
Complementary color
Monochromatic Colors of #DE0D76
Black with #DE0D76
Text Example
Text Example
White with #DE0D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0D76; }
p { color: rgb(222,13,118); }
H1.HeaderClassName
{
color: #DE0D76;
}
.AnyTagClassName
{
color: #DE0D76;
}
</style>
background-color css
<style>
a { background-color: #DE0D76; }
a { background-color: rgb(222,13,118); }
div.DivClassName
{
background-color: #DE0D76;
}
.BgClassName
{
background-color: #DE0D76;
}
</style>
border-color css
<style>
span { border-color: #DE0D76; }
span { border-color: rgb(222,13,118); }
td.TdClassName
{
border-color: #DE0D76;
}
.TagClassName
{
border-color: #DE0D76;
}
</style>