Shades of Ruby #DE1456
Tints of Ruby #DE1456
RGB
CMYK
RGB Variations
Color information
#DE1456 (or 0xDE1456) is known color: Ruby. HEX triplet: DE, 14 and 56. RGB value is (222,20,86). Sum of RGB (Red+Green+Blue) = 222+20+86=328 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.68% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1456 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1456 is #21EBA9. Grayscale: #575757. Windows color (decimal): -2223018 or 5641438. OLE color: 5641438.
HSL color Cylindrical-coordinate representation of color #DE1456: hue angle of 340.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE1456 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 20 | 86 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.13 |
| HSL | 340.4º | 0.83% | 0.47% | - |
| HSV(B) | 340.4º | 0.91% | 0.87% | - |
| XYZ | 32.05 | 16.7 | 10.34 | - |
| YUV | 87.92 | 126.92 | 223.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 20 | 86 | 0 | 0.91 | 0.61 | 0.13 | 340.4 | 0.83 | 0.47 |
| Hex | DE | 14 | 56 | 0 | 5B | 3D | D | 154 | 53 | 2F |
| Octal | 336 | 24 | 126 | 0 | 133 | 75 | 15 | 524 | 123 | 57 |
| Binary | 11011110 | 10100 | 1010110 | 0 | 1011011 | 111101 | 1101 | 101010100 | 1010011 | 101111 |
Color Harmonies of #DE1456
Complementary color
Monochromatic Colors of #DE1456
Black with #DE1456
Text Example
Text Example
White with #DE1456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1456; }
p { color: rgb(222,20,86); }
H1.HeaderClassName
{
color: #DE1456;
}
.AnyTagClassName
{
color: #DE1456;
}
</style>
background-color css
<style>
a { background-color: #DE1456; }
a { background-color: rgb(222,20,86); }
div.DivClassName
{
background-color: #DE1456;
}
.BgClassName
{
background-color: #DE1456;
}
</style>
border-color css
<style>
span { border-color: #DE1456; }
span { border-color: rgb(222,20,86); }
td.TdClassName
{
border-color: #DE1456;
}
.TagClassName
{
border-color: #DE1456;
}
</style>