Shades of Ruby #DE1554
Tints of Ruby #DE1554
RGB
CMYK
RGB Variations
Color information
#DE1554 (or 0xDE1554) is known color: Ruby. HEX triplet: DE, 15 and 54. RGB value is (222,21,84). Sum of RGB (Red+Green+Blue) = 222+21+84=327 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.89% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1554 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1554 is #21EAAB. Grayscale: #585858. Windows color (decimal): -2222764 or 5510622. OLE color: 5510622.
HSL color Cylindrical-coordinate representation of color #DE1554: hue angle of 341.19º 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 #DE1554 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 21 | 84 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.13 |
| HSL | 341.19º | 0.83% | 0.48% | - |
| HSV(B) | 341.19º | 0.91% | 0.87% | - |
| XYZ | 31.99 | 16.71 | 9.93 | - |
| YUV | 88.28 | 125.59 | 223.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 21 | 84 | 0 | 0.91 | 0.62 | 0.13 | 341.19 | 0.83 | 0.48 |
| Hex | DE | 15 | 54 | 0 | 5B | 3E | D | 155 | 53 | 30 |
| Octal | 336 | 25 | 124 | 0 | 133 | 76 | 15 | 525 | 123 | 60 |
| Binary | 11011110 | 10101 | 1010100 | 0 | 1011011 | 111110 | 1101 | 101010101 | 1010011 | 110000 |
Color Harmonies of #DE1554
Complementary color
Monochromatic Colors of #DE1554
Black with #DE1554
Text Example
Text Example
White with #DE1554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1554; }
p { color: rgb(222,21,84); }
H1.HeaderClassName
{
color: #DE1554;
}
.AnyTagClassName
{
color: #DE1554;
}
</style>
background-color css
<style>
a { background-color: #DE1554; }
a { background-color: rgb(222,21,84); }
div.DivClassName
{
background-color: #DE1554;
}
.BgClassName
{
background-color: #DE1554;
}
</style>
border-color css
<style>
span { border-color: #DE1554; }
span { border-color: rgb(222,21,84); }
td.TdClassName
{
border-color: #DE1554;
}
.TagClassName
{
border-color: #DE1554;
}
</style>