Shades of Ruby #DE1D57
Tints of Ruby #DE1D57
RGB
CMYK
RGB Variations
Color information
#DE1D57 (or 0xDE1D57) is known color: Ruby. HEX triplet: DE, 1D and 57. RGB value is (222,29,87). Sum of RGB (Red+Green+Blue) = 222+29+87=338 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.68% from 338); Green value is 29 (11.72% from 255 or 8.58% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1D57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE1D57 is #21E2A8. Grayscale: #5D5D5D. Windows color (decimal): -2220713 or 5709278. OLE color: 5709278.
HSL color Cylindrical-coordinate representation of color #DE1D57: hue angle of 341.97º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DE1D57 is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 29 | 87 | - |
| CMYK | 0 | 0.87 | 0.61 | 0.13 |
| HSL | 341.97º | 0.77% | 0.49% | - |
| HSV(B) | 341.97º | 0.87% | 0.87% | - |
| XYZ | 32.28 | 17.1 | 10.62 | - |
| YUV | 93.32 | 124.44 | 219.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 29 | 87 | 0 | 0.87 | 0.61 | 0.13 | 341.97 | 0.77 | 0.49 |
| Hex | DE | 1D | 57 | 0 | 57 | 3D | D | 156 | 4D | 31 |
| Octal | 336 | 35 | 127 | 0 | 127 | 75 | 15 | 526 | 115 | 61 |
| Binary | 11011110 | 11101 | 1010111 | 0 | 1010111 | 111101 | 1101 | 101010110 | 1001101 | 110001 |
Color Harmonies of #DE1D57
Complementary color
Monochromatic Colors of #DE1D57
Black with #DE1D57
Text Example
Text Example
White with #DE1D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1D57; }
p { color: rgb(222,29,87); }
H1.HeaderClassName
{
color: #DE1D57;
}
.AnyTagClassName
{
color: #DE1D57;
}
</style>
background-color css
<style>
a { background-color: #DE1D57; }
a { background-color: rgb(222,29,87); }
div.DivClassName
{
background-color: #DE1D57;
}
.BgClassName
{
background-color: #DE1D57;
}
</style>
border-color css
<style>
span { border-color: #DE1D57; }
span { border-color: rgb(222,29,87); }
td.TdClassName
{
border-color: #DE1D57;
}
.TagClassName
{
border-color: #DE1D57;
}
</style>