Shades of Ruby #DE1959
Tints of Ruby #DE1959
RGB
CMYK
RGB Variations
Color information
#DE1959 (or 0xDE1959) is known color: Ruby. HEX triplet: DE, 19 and 59. RGB value is (222,25,89). Sum of RGB (Red+Green+Blue) = 222+25+89=336 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.07% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1959 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1959 is #21E6A6. Grayscale: #5B5B5B. Windows color (decimal): -2221735 or 5839326. OLE color: 5839326.
HSL color Cylindrical-coordinate representation of color #DE1959: hue angle of 340.51º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DE1959 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 25 | 89 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.13 |
| HSL | 340.51º | 0.8% | 0.48% | - |
| HSV(B) | 340.51º | 0.89% | 0.87% | - |
| XYZ | 32.28 | 16.95 | 11.02 | - |
| YUV | 91.2 | 126.77 | 221.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 25 | 89 | 0 | 0.89 | 0.60 | 0.13 | 340.51 | 0.8 | 0.48 |
| Hex | DE | 19 | 59 | 0 | 59 | 3C | D | 155 | 50 | 30 |
| Octal | 336 | 31 | 131 | 0 | 131 | 74 | 15 | 525 | 120 | 60 |
| Binary | 11011110 | 11001 | 1011001 | 0 | 1011001 | 111100 | 1101 | 101010101 | 1010000 | 110000 |
Color Harmonies of #DE1959
Complementary color
Monochromatic Colors of #DE1959
Black with #DE1959
Text Example
Text Example
White with #DE1959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1959; }
p { color: rgb(222,25,89); }
H1.HeaderClassName
{
color: #DE1959;
}
.AnyTagClassName
{
color: #DE1959;
}
</style>
background-color css
<style>
a { background-color: #DE1959; }
a { background-color: rgb(222,25,89); }
div.DivClassName
{
background-color: #DE1959;
}
.BgClassName
{
background-color: #DE1959;
}
</style>
border-color css
<style>
span { border-color: #DE1959; }
span { border-color: rgb(222,25,89); }
td.TdClassName
{
border-color: #DE1959;
}
.TagClassName
{
border-color: #DE1959;
}
</style>