Shades of Ruby #DE1760
Tints of Ruby #DE1760
RGB
CMYK
RGB Variations
Color information
#DE1760 (or 0xDE1760) is known color: Ruby. HEX triplet: DE, 17 and 60. RGB value is (222,23,96). Sum of RGB (Red+Green+Blue) = 222+23+96=341 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.10% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1760 is #21E89F. Grayscale: #5A5A5A. Windows color (decimal): -2222240 or 6297566. OLE color: 6297566.
HSL color Cylindrical-coordinate representation of color #DE1760: hue angle of 337.99º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE1760 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 23 | 96 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.13 |
| HSL | 337.99º | 0.81% | 0.48% | - |
| HSV(B) | 337.99º | 0.9% | 0.87% | - |
| XYZ | 32.54 | 16.99 | 12.63 | - |
| YUV | 90.82 | 130.93 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 23 | 96 | 0 | 0.90 | 0.57 | 0.13 | 337.99 | 0.81 | 0.48 |
| Hex | DE | 17 | 60 | 0 | 5A | 39 | D | 152 | 51 | 30 |
| Octal | 336 | 27 | 140 | 0 | 132 | 71 | 15 | 522 | 121 | 60 |
| Binary | 11011110 | 10111 | 1100000 | 0 | 1011010 | 111001 | 1101 | 101010010 | 1010001 | 110000 |
Color Harmonies of #DE1760
Complementary color
Monochromatic Colors of #DE1760
Black with #DE1760
Text Example
Text Example
White with #DE1760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1760; }
p { color: rgb(222,23,96); }
H1.HeaderClassName
{
color: #DE1760;
}
.AnyTagClassName
{
color: #DE1760;
}
</style>
background-color css
<style>
a { background-color: #DE1760; }
a { background-color: rgb(222,23,96); }
div.DivClassName
{
background-color: #DE1760;
}
.BgClassName
{
background-color: #DE1760;
}
</style>
border-color css
<style>
span { border-color: #DE1760; }
span { border-color: rgb(222,23,96); }
td.TdClassName
{
border-color: #DE1760;
}
.TagClassName
{
border-color: #DE1760;
}
</style>