Shades of Ruby #DE1956
Tints of Ruby #DE1956
RGB
CMYK
RGB Variations
Color information
#DE1956 (or 0xDE1956) is known color: Ruby. HEX triplet: DE, 19 and 56. RGB value is (222,25,86). Sum of RGB (Red+Green+Blue) = 222+25+86=333 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.67% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1956 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1956 is #21E6A9. Grayscale: #5A5A5A. Windows color (decimal): -2221738 or 5642718. OLE color: 5642718.
HSL color Cylindrical-coordinate representation of color #DE1956: hue angle of 341.42º 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 #DE1956 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 25 | 86 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.13 |
| HSL | 341.42º | 0.8% | 0.48% | - |
| HSV(B) | 341.42º | 0.89% | 0.87% | - |
| XYZ | 32.15 | 16.9 | 10.37 | - |
| YUV | 90.86 | 125.27 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 25 | 86 | 0 | 0.89 | 0.61 | 0.13 | 341.42 | 0.8 | 0.48 |
| Hex | DE | 19 | 56 | 0 | 59 | 3D | D | 155 | 50 | 30 |
| Octal | 336 | 31 | 126 | 0 | 131 | 75 | 15 | 525 | 120 | 60 |
| Binary | 11011110 | 11001 | 1010110 | 0 | 1011001 | 111101 | 1101 | 101010101 | 1010000 | 110000 |
Color Harmonies of #DE1956
Complementary color
Monochromatic Colors of #DE1956
Black with #DE1956
Text Example
Text Example
White with #DE1956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1956; }
p { color: rgb(222,25,86); }
H1.HeaderClassName
{
color: #DE1956;
}
.AnyTagClassName
{
color: #DE1956;
}
</style>
background-color css
<style>
a { background-color: #DE1956; }
a { background-color: rgb(222,25,86); }
div.DivClassName
{
background-color: #DE1956;
}
.BgClassName
{
background-color: #DE1956;
}
</style>
border-color css
<style>
span { border-color: #DE1956; }
span { border-color: rgb(222,25,86); }
td.TdClassName
{
border-color: #DE1956;
}
.TagClassName
{
border-color: #DE1956;
}
</style>