Shades of Ruby #DE0D60
Tints of Ruby #DE0D60
RGB
CMYK
RGB Variations
Color information
#DE0D60 (or 0xDE0D60) is known color: Ruby. HEX triplet: DE, 0D and 60. RGB value is (222,13,96). Sum of RGB (Red+Green+Blue) = 222+13+96=331 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.07% from 331); Green value is 13 (5.47% from 255 or 3.93% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0D60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0D60 is #21F29F. Grayscale: #545454. Windows color (decimal): -2224800 or 6295006. OLE color: 6295006.
HSL color Cylindrical-coordinate representation of color #DE0D60: hue angle of 336.17º 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 #DE0D60 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 13 | 96 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.13 |
| HSL | 336.17º | 0.89% | 0.46% | - |
| HSV(B) | 336.17º | 0.94% | 0.87% | - |
| XYZ | 32.38 | 16.66 | 12.58 | - |
| YUV | 84.95 | 134.24 | 225.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 13 | 96 | 0 | 0.94 | 0.57 | 0.13 | 336.17 | 0.89 | 0.46 |
| Hex | DE | D | 60 | 0 | 5E | 39 | D | 150 | 59 | 2E |
| Octal | 336 | 15 | 140 | 0 | 136 | 71 | 15 | 520 | 131 | 56 |
| Binary | 11011110 | 1101 | 1100000 | 0 | 1011110 | 111001 | 1101 | 101010000 | 1011001 | 101110 |
Color Harmonies of #DE0D60
Complementary color
Monochromatic Colors of #DE0D60
Black with #DE0D60
Text Example
Text Example
White with #DE0D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0D60; }
p { color: rgb(222,13,96); }
H1.HeaderClassName
{
color: #DE0D60;
}
.AnyTagClassName
{
color: #DE0D60;
}
</style>
background-color css
<style>
a { background-color: #DE0D60; }
a { background-color: rgb(222,13,96); }
div.DivClassName
{
background-color: #DE0D60;
}
.BgClassName
{
background-color: #DE0D60;
}
</style>
border-color css
<style>
span { border-color: #DE0D60; }
span { border-color: rgb(222,13,96); }
td.TdClassName
{
border-color: #DE0D60;
}
.TagClassName
{
border-color: #DE0D60;
}
</style>