Shades of Ruby #DE1D5A
Tints of Ruby #DE1D5A
RGB
CMYK
RGB Variations
Color information
#DE1D5A (or 0xDE1D5A) is known color: Ruby. HEX triplet: DE, 1D and 5A. RGB value is (222,29,90). Sum of RGB (Red+Green+Blue) = 222+29+90=341 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.10% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1D5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE1D5A is #21E2A5. Grayscale: #5D5D5D. Windows color (decimal): -2220710 or 5905886. OLE color: 5905886.
HSL color Cylindrical-coordinate representation of color #DE1D5A: hue angle of 341.04º 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 #DE1D5A is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 29 | 90 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.13 |
| HSL | 341.04º | 0.77% | 0.49% | - |
| HSV(B) | 341.04º | 0.87% | 0.87% | - |
| XYZ | 32.41 | 17.15 | 11.27 | - |
| YUV | 93.66 | 125.94 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 29 | 90 | 0 | 0.87 | 0.59 | 0.13 | 341.04 | 0.77 | 0.49 |
| Hex | DE | 1D | 5A | 0 | 57 | 3B | D | 155 | 4D | 31 |
| Octal | 336 | 35 | 132 | 0 | 127 | 73 | 15 | 525 | 115 | 61 |
| Binary | 11011110 | 11101 | 1011010 | 0 | 1010111 | 111011 | 1101 | 101010101 | 1001101 | 110001 |
Color Harmonies of #DE1D5A
Complementary color
Monochromatic Colors of #DE1D5A
Black with #DE1D5A
Text Example
Text Example
White with #DE1D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1D5A; }
p { color: rgb(222,29,90); }
H1.HeaderClassName
{
color: #DE1D5A;
}
.AnyTagClassName
{
color: #DE1D5A;
}
</style>
background-color css
<style>
a { background-color: #DE1D5A; }
a { background-color: rgb(222,29,90); }
div.DivClassName
{
background-color: #DE1D5A;
}
.BgClassName
{
background-color: #DE1D5A;
}
</style>
border-color css
<style>
span { border-color: #DE1D5A; }
span { border-color: rgb(222,29,90); }
td.TdClassName
{
border-color: #DE1D5A;
}
.TagClassName
{
border-color: #DE1D5A;
}
</style>