Shades of Ruby #DE1B59
Tints of Ruby #DE1B59
RGB
CMYK
RGB Variations
Color information
#DE1B59 (or 0xDE1B59) is known color: Ruby. HEX triplet: DE, 1B and 59. RGB value is (222,27,89). Sum of RGB (Red+Green+Blue) = 222+27+89=338 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.68% from 338); Green value is 27 (10.94% from 255 or 7.99% from 338); Blue value is 89 (35.16% from 255 or 26.33% from 338); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1B59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE1B59 is #21E4A6. Grayscale: #5C5C5C. Windows color (decimal): -2221223 or 5839838. OLE color: 5839838.
HSL color Cylindrical-coordinate representation of color #DE1B59: hue angle of 340.92º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DE1B59 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 27 | 89 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.13 |
| HSL | 340.92º | 0.78% | 0.49% | - |
| HSV(B) | 340.92º | 0.88% | 0.87% | - |
| XYZ | 32.32 | 17.03 | 11.04 | - |
| YUV | 92.37 | 126.1 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 27 | 89 | 0 | 0.88 | 0.60 | 0.13 | 340.92 | 0.78 | 0.49 |
| Hex | DE | 1B | 59 | 0 | 58 | 3C | D | 155 | 4E | 31 |
| Octal | 336 | 33 | 131 | 0 | 130 | 74 | 15 | 525 | 116 | 61 |
| Binary | 11011110 | 11011 | 1011001 | 0 | 1011000 | 111100 | 1101 | 101010101 | 1001110 | 110001 |
Color Harmonies of #DE1B59
Complementary color
Monochromatic Colors of #DE1B59
Black with #DE1B59
Text Example
Text Example
White with #DE1B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1B59; }
p { color: rgb(222,27,89); }
H1.HeaderClassName
{
color: #DE1B59;
}
.AnyTagClassName
{
color: #DE1B59;
}
</style>
background-color css
<style>
a { background-color: #DE1B59; }
a { background-color: rgb(222,27,89); }
div.DivClassName
{
background-color: #DE1B59;
}
.BgClassName
{
background-color: #DE1B59;
}
</style>
border-color css
<style>
span { border-color: #DE1B59; }
span { border-color: rgb(222,27,89); }
td.TdClassName
{
border-color: #DE1B59;
}
.TagClassName
{
border-color: #DE1B59;
}
</style>