Shades of Ruby #DE0977
Tints of Ruby #DE0977
RGB
CMYK
RGB Variations
Color information
#DE0977 (or 0xDE0977) is known color: Ruby. HEX triplet: DE, 09 and 77. RGB value is (222,9,119). Sum of RGB (Red+Green+Blue) = 222+9+119=350 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.43% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0977 is #21F688. Grayscale: #555555. Windows color (decimal): -2225801 or 7801310. OLE color: 7801310.
HSL color Cylindrical-coordinate representation of color #DE0977: hue angle of 329.01º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE0977 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 9 | 119 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.13 |
| HSL | 329.01º | 0.92% | 0.45% | - |
| HSV(B) | 329.01º | 0.96% | 0.87% | - |
| XYZ | 33.55 | 17.06 | 18.98 | - |
| YUV | 85.23 | 147.07 | 225.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 9 | 119 | 0 | 0.96 | 0.46 | 0.13 | 329.01 | 0.92 | 0.45 |
| Hex | DE | 9 | 77 | 0 | 60 | 2E | D | 149 | 5C | 2D |
| Octal | 336 | 11 | 167 | 0 | 140 | 56 | 15 | 511 | 134 | 55 |
| Binary | 11011110 | 1001 | 1110111 | 0 | 1100000 | 101110 | 1101 | 101001001 | 1011100 | 101101 |
Color Harmonies of #DE0977
Complementary color
Monochromatic Colors of #DE0977
Black with #DE0977
Text Example
Text Example
White with #DE0977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0977; }
p { color: rgb(222,9,119); }
H1.HeaderClassName
{
color: #DE0977;
}
.AnyTagClassName
{
color: #DE0977;
}
</style>
background-color css
<style>
a { background-color: #DE0977; }
a { background-color: rgb(222,9,119); }
div.DivClassName
{
background-color: #DE0977;
}
.BgClassName
{
background-color: #DE0977;
}
</style>
border-color css
<style>
span { border-color: #DE0977; }
span { border-color: rgb(222,9,119); }
td.TdClassName
{
border-color: #DE0977;
}
.TagClassName
{
border-color: #DE0977;
}
</style>