Shades of Ruby #DE1955
Tints of Ruby #DE1955
RGB
CMYK
RGB Variations
Color information
#DE1955 (or 0xDE1955) is known color: Ruby. HEX triplet: DE, 19 and 55. RGB value is (222,25,85). Sum of RGB (Red+Green+Blue) = 222+25+85=332 (43% of max value = 765). Red value is 222 (87.11% from 255 or 66.87% from 332); Green value is 25 (10.16% from 255 or 7.53% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1955 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1955 is #21E6AA. Grayscale: #5A5A5A. Windows color (decimal): -2221739 or 5577182. OLE color: 5577182.
HSL color Cylindrical-coordinate representation of color #DE1955: hue angle of 341.73º 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 #DE1955 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 25 | 85 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.13 |
| HSL | 341.73º | 0.8% | 0.48% | - |
| HSV(B) | 341.73º | 0.89% | 0.87% | - |
| XYZ | 32.11 | 16.88 | 10.16 | - |
| YUV | 90.74 | 124.77 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 25 | 85 | 0 | 0.89 | 0.62 | 0.13 | 341.73 | 0.8 | 0.48 |
| Hex | DE | 19 | 55 | 0 | 59 | 3E | D | 156 | 50 | 30 |
| Octal | 336 | 31 | 125 | 0 | 131 | 76 | 15 | 526 | 120 | 60 |
| Binary | 11011110 | 11001 | 1010101 | 0 | 1011001 | 111110 | 1101 | 101010110 | 1010000 | 110000 |
Color Harmonies of #DE1955
Complementary color
Monochromatic Colors of #DE1955
Black with #DE1955
Text Example
Text Example
White with #DE1955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1955; }
p { color: rgb(222,25,85); }
H1.HeaderClassName
{
color: #DE1955;
}
.AnyTagClassName
{
color: #DE1955;
}
</style>
background-color css
<style>
a { background-color: #DE1955; }
a { background-color: rgb(222,25,85); }
div.DivClassName
{
background-color: #DE1955;
}
.BgClassName
{
background-color: #DE1955;
}
</style>
border-color css
<style>
span { border-color: #DE1955; }
span { border-color: rgb(222,25,85); }
td.TdClassName
{
border-color: #DE1955;
}
.TagClassName
{
border-color: #DE1955;
}
</style>