Shades of Ruby #DE0D77
Tints of Ruby #DE0D77
RGB
CMYK
RGB Variations
Color information
#DE0D77 (or 0xDE0D77) is known color: Ruby. HEX triplet: DE, 0D and 77. RGB value is (222,13,119). Sum of RGB (Red+Green+Blue) = 222+13+119=354 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.71% from 354); Green value is 13 (5.47% from 255 or 3.67% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0D77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0D77 is #21F288. Grayscale: #575757. Windows color (decimal): -2224777 or 7802334. OLE color: 7802334.
HSL color Cylindrical-coordinate representation of color #DE0D77: hue angle of 329.57º 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 #DE0D77 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 13 | 119 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.13 |
| HSL | 329.57º | 0.89% | 0.46% | - |
| HSV(B) | 329.57º | 0.94% | 0.87% | - |
| XYZ | 33.6 | 17.15 | 18.99 | - |
| YUV | 87.58 | 145.74 | 223.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 13 | 119 | 0 | 0.94 | 0.46 | 0.13 | 329.57 | 0.89 | 0.46 |
| Hex | DE | D | 77 | 0 | 5E | 2E | D | 14A | 59 | 2E |
| Octal | 336 | 15 | 167 | 0 | 136 | 56 | 15 | 512 | 131 | 56 |
| Binary | 11011110 | 1101 | 1110111 | 0 | 1011110 | 101110 | 1101 | 101001010 | 1011001 | 101110 |
Color Harmonies of #DE0D77
Complementary color
Monochromatic Colors of #DE0D77
Black with #DE0D77
Text Example
Text Example
White with #DE0D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0D77; }
p { color: rgb(222,13,119); }
H1.HeaderClassName
{
color: #DE0D77;
}
.AnyTagClassName
{
color: #DE0D77;
}
</style>
background-color css
<style>
a { background-color: #DE0D77; }
a { background-color: rgb(222,13,119); }
div.DivClassName
{
background-color: #DE0D77;
}
.BgClassName
{
background-color: #DE0D77;
}
</style>
border-color css
<style>
span { border-color: #DE0D77; }
span { border-color: rgb(222,13,119); }
td.TdClassName
{
border-color: #DE0D77;
}
.TagClassName
{
border-color: #DE0D77;
}
</style>