Shades of Ruby #DE1455
Tints of Ruby #DE1455
RGB
CMYK
RGB Variations
Color information
#DE1455 (or 0xDE1455) is known color: Ruby. HEX triplet: DE, 14 and 55. RGB value is (222,20,85). Sum of RGB (Red+Green+Blue) = 222+20+85=327 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.89% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1455 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1455 is #21EBAA. Grayscale: #575757. Windows color (decimal): -2223019 or 5575902. OLE color: 5575902.
HSL color Cylindrical-coordinate representation of color #DE1455: hue angle of 340.69º 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 #DE1455 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 20 | 85 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.13 |
| HSL | 340.69º | 0.83% | 0.47% | - |
| HSV(B) | 340.69º | 0.91% | 0.87% | - |
| XYZ | 32.01 | 16.69 | 10.13 | - |
| YUV | 87.81 | 126.42 | 223.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 20 | 85 | 0 | 0.91 | 0.62 | 0.13 | 340.69 | 0.83 | 0.47 |
| Hex | DE | 14 | 55 | 0 | 5B | 3E | D | 155 | 53 | 2F |
| Octal | 336 | 24 | 125 | 0 | 133 | 76 | 15 | 525 | 123 | 57 |
| Binary | 11011110 | 10100 | 1010101 | 0 | 1011011 | 111110 | 1101 | 101010101 | 1010011 | 101111 |
Color Harmonies of #DE1455
Complementary color
Monochromatic Colors of #DE1455
Black with #DE1455
Text Example
Text Example
White with #DE1455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1455; }
p { color: rgb(222,20,85); }
H1.HeaderClassName
{
color: #DE1455;
}
.AnyTagClassName
{
color: #DE1455;
}
</style>
background-color css
<style>
a { background-color: #DE1455; }
a { background-color: rgb(222,20,85); }
div.DivClassName
{
background-color: #DE1455;
}
.BgClassName
{
background-color: #DE1455;
}
</style>
border-color css
<style>
span { border-color: #DE1455; }
span { border-color: rgb(222,20,85); }
td.TdClassName
{
border-color: #DE1455;
}
.TagClassName
{
border-color: #DE1455;
}
</style>