Shades of Ruby #DE0077
Tints of Ruby #DE0077
RGB
CMYK
RGB Variations
Color information
#DE0077 (or 0xDE0077) is known color: Ruby. HEX triplet: DE, 00 and 77. RGB value is (222,0,119). Sum of RGB (Red+Green+Blue) = 222+0+119=341 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.10% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0077 is #21FF88. Grayscale: #4F4F4F. Windows color (decimal): -2228105 or 7799006. OLE color: 7799006.
HSL color Cylindrical-coordinate representation of color #DE0077: hue angle of 327.84º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE0077 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 119 | - |
| CMYK | 0 | 1 | 0.46 | 0.13 |
| HSL | 327.84º | 1% | 0.44% | - |
| HSV(B) | 327.84º | 1% | 0.87% | - |
| XYZ | 33.45 | 16.86 | 18.94 | - |
| YUV | 79.94 | 150.05 | 229.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 119 | 0 | 1 | 0.46 | 0.13 | 327.84 | 1 | 0.44 |
| Hex | DE | 0 | 77 | 0 | 64 | 2E | D | 148 | 64 | 2C |
| Octal | 336 | 0 | 167 | 0 | 144 | 56 | 15 | 510 | 144 | 54 |
| Binary | 11011110 | 0 | 1110111 | 0 | 1100100 | 101110 | 1101 | 101001000 | 1100100 | 101100 |
Color Harmonies of #DE0077
Complementary color
Monochromatic Colors of #DE0077
Black with #DE0077
Text Example
Text Example
White with #DE0077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0077; }
p { color: rgb(222,0,119); }
H1.HeaderClassName
{
color: #DE0077;
}
.AnyTagClassName
{
color: #DE0077;
}
</style>
background-color css
<style>
a { background-color: #DE0077; }
a { background-color: rgb(222,0,119); }
div.DivClassName
{
background-color: #DE0077;
}
.BgClassName
{
background-color: #DE0077;
}
</style>
border-color css
<style>
span { border-color: #DE0077; }
span { border-color: rgb(222,0,119); }
td.TdClassName
{
border-color: #DE0077;
}
.TagClassName
{
border-color: #DE0077;
}
</style>