Shades of Ruby #DE1758
Tints of Ruby #DE1758
RGB
CMYK
RGB Variations
Color information
#DE1758 (or 0xDE1758) is known color: Ruby. HEX triplet: DE, 17 and 58. RGB value is (222,23,88). Sum of RGB (Red+Green+Blue) = 222+23+88=333 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.67% from 333); Green value is 23 (9.38% from 255 or 6.91% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1758 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1758 is #21E8A7. Grayscale: #595959. Windows color (decimal): -2222248 or 5773278. OLE color: 5773278.
HSL color Cylindrical-coordinate representation of color #DE1758: hue angle of 340.4º 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 #DE1758 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 23 | 88 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.13 |
| HSL | 340.4º | 0.81% | 0.48% | - |
| HSV(B) | 340.4º | 0.9% | 0.87% | - |
| XYZ | 32.19 | 16.85 | 10.79 | - |
| YUV | 89.91 | 126.93 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 23 | 88 | 0 | 0.90 | 0.60 | 0.13 | 340.4 | 0.81 | 0.48 |
| Hex | DE | 17 | 58 | 0 | 5A | 3C | D | 154 | 51 | 30 |
| Octal | 336 | 27 | 130 | 0 | 132 | 74 | 15 | 524 | 121 | 60 |
| Binary | 11011110 | 10111 | 1011000 | 0 | 1011010 | 111100 | 1101 | 101010100 | 1010001 | 110000 |
Color Harmonies of #DE1758
Complementary color
Monochromatic Colors of #DE1758
Black with #DE1758
Text Example
Text Example
White with #DE1758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1758; }
p { color: rgb(222,23,88); }
H1.HeaderClassName
{
color: #DE1758;
}
.AnyTagClassName
{
color: #DE1758;
}
</style>
background-color css
<style>
a { background-color: #DE1758; }
a { background-color: rgb(222,23,88); }
div.DivClassName
{
background-color: #DE1758;
}
.BgClassName
{
background-color: #DE1758;
}
</style>
border-color css
<style>
span { border-color: #DE1758; }
span { border-color: rgb(222,23,88); }
td.TdClassName
{
border-color: #DE1758;
}
.TagClassName
{
border-color: #DE1758;
}
</style>