Shades of Ruby #DE0D73
Tints of Ruby #DE0D73
RGB
CMYK
RGB Variations
Color information
#DE0D73 (or 0xDE0D73) is known color: Ruby. HEX triplet: DE, 0D and 73. RGB value is (222,13,115). Sum of RGB (Red+Green+Blue) = 222+13+115=350 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.43% from 350); Green value is 13 (5.47% from 255 or 3.71% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0D73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0D73 is #21F28C. Grayscale: #565656. Windows color (decimal): -2224781 or 7540190. OLE color: 7540190.
HSL color Cylindrical-coordinate representation of color #DE0D73: hue angle of 330.72º 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 #DE0D73 is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 13 | 115 | - |
| CMYK | 0 | 0.94 | 0.48 | 0.13 |
| HSL | 330.72º | 0.89% | 0.46% | - |
| HSV(B) | 330.72º | 0.94% | 0.87% | - |
| XYZ | 33.36 | 17.06 | 17.75 | - |
| YUV | 87.12 | 143.74 | 224.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 13 | 115 | 0 | 0.94 | 0.48 | 0.13 | 330.72 | 0.89 | 0.46 |
| Hex | DE | D | 73 | 0 | 5E | 30 | D | 14B | 59 | 2E |
| Octal | 336 | 15 | 163 | 0 | 136 | 60 | 15 | 513 | 131 | 56 |
| Binary | 11011110 | 1101 | 1110011 | 0 | 1011110 | 110000 | 1101 | 101001011 | 1011001 | 101110 |
Color Harmonies of #DE0D73
Complementary color
Monochromatic Colors of #DE0D73
Black with #DE0D73
Text Example
Text Example
White with #DE0D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0D73; }
p { color: rgb(222,13,115); }
H1.HeaderClassName
{
color: #DE0D73;
}
.AnyTagClassName
{
color: #DE0D73;
}
</style>
background-color css
<style>
a { background-color: #DE0D73; }
a { background-color: rgb(222,13,115); }
div.DivClassName
{
background-color: #DE0D73;
}
.BgClassName
{
background-color: #DE0D73;
}
</style>
border-color css
<style>
span { border-color: #DE0D73; }
span { border-color: rgb(222,13,115); }
td.TdClassName
{
border-color: #DE0D73;
}
.TagClassName
{
border-color: #DE0D73;
}
</style>