Shades of Ruby #DE0F76
Tints of Ruby #DE0F76
RGB
CMYK
RGB Variations
Color information
#DE0F76 (or 0xDE0F76) is known color: Ruby. HEX triplet: DE, 0F and 76. RGB value is (222,15,118). Sum of RGB (Red+Green+Blue) = 222+15+118=355 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.54% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0F76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0F76 is #21F089. Grayscale: #585858. Windows color (decimal): -2224266 or 7737310. OLE color: 7737310.
HSL color Cylindrical-coordinate representation of color #DE0F76: hue angle of 330.14º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE0F76 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 15 | 118 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.13 |
| HSL | 330.14º | 0.87% | 0.46% | - |
| HSV(B) | 330.14º | 0.93% | 0.87% | - |
| XYZ | 33.57 | 17.18 | 18.69 | - |
| YUV | 88.64 | 144.58 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 15 | 118 | 0 | 0.93 | 0.47 | 0.13 | 330.14 | 0.87 | 0.46 |
| Hex | DE | F | 76 | 0 | 5D | 2F | D | 14A | 57 | 2E |
| Octal | 336 | 17 | 166 | 0 | 135 | 57 | 15 | 512 | 127 | 56 |
| Binary | 11011110 | 1111 | 1110110 | 0 | 1011101 | 101111 | 1101 | 101001010 | 1010111 | 101110 |
Color Harmonies of #DE0F76
Complementary color
Monochromatic Colors of #DE0F76
Black with #DE0F76
Text Example
Text Example
White with #DE0F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0F76; }
p { color: rgb(222,15,118); }
H1.HeaderClassName
{
color: #DE0F76;
}
.AnyTagClassName
{
color: #DE0F76;
}
</style>
background-color css
<style>
a { background-color: #DE0F76; }
a { background-color: rgb(222,15,118); }
div.DivClassName
{
background-color: #DE0F76;
}
.BgClassName
{
background-color: #DE0F76;
}
</style>
border-color css
<style>
span { border-color: #DE0F76; }
span { border-color: rgb(222,15,118); }
td.TdClassName
{
border-color: #DE0F76;
}
.TagClassName
{
border-color: #DE0F76;
}
</style>