Shades of Ruby #DE1557
Tints of Ruby #DE1557
RGB
CMYK
RGB Variations
Color information
#DE1557 (or 0xDE1557) is known color: Ruby. HEX triplet: DE, 15 and 57. RGB value is (222,21,87). Sum of RGB (Red+Green+Blue) = 222+21+87=330 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.27% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1557 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1557 is #21EAA8. Grayscale: #585858. Windows color (decimal): -2222761 or 5707230. OLE color: 5707230.
HSL color Cylindrical-coordinate representation of color #DE1557: hue angle of 340.3º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE1557 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 21 | 87 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.13 |
| HSL | 340.3º | 0.83% | 0.48% | - |
| HSV(B) | 340.3º | 0.91% | 0.87% | - |
| XYZ | 32.11 | 16.75 | 10.56 | - |
| YUV | 88.62 | 127.09 | 223.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 21 | 87 | 0 | 0.91 | 0.61 | 0.13 | 340.3 | 0.83 | 0.48 |
| Hex | DE | 15 | 57 | 0 | 5B | 3D | D | 154 | 53 | 30 |
| Octal | 336 | 25 | 127 | 0 | 133 | 75 | 15 | 524 | 123 | 60 |
| Binary | 11011110 | 10101 | 1010111 | 0 | 1011011 | 111101 | 1101 | 101010100 | 1010011 | 110000 |
Color Harmonies of #DE1557
Complementary color
Monochromatic Colors of #DE1557
Black with #DE1557
Text Example
Text Example
White with #DE1557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1557; }
p { color: rgb(222,21,87); }
H1.HeaderClassName
{
color: #DE1557;
}
.AnyTagClassName
{
color: #DE1557;
}
</style>
background-color css
<style>
a { background-color: #DE1557; }
a { background-color: rgb(222,21,87); }
div.DivClassName
{
background-color: #DE1557;
}
.BgClassName
{
background-color: #DE1557;
}
</style>
border-color css
<style>
span { border-color: #DE1557; }
span { border-color: rgb(222,21,87); }
td.TdClassName
{
border-color: #DE1557;
}
.TagClassName
{
border-color: #DE1557;
}
</style>