Shades of Ruby #DE1658
Tints of Ruby #DE1658
RGB
CMYK
RGB Variations
Color information
#DE1658 (or 0xDE1658) is known color: Ruby. HEX triplet: DE, 16 and 58. RGB value is (222,22,88). Sum of RGB (Red+Green+Blue) = 222+22+88=332 (43% of max value = 765). Red value is 222 (87.11% from 255 or 66.87% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1658 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1658 is #21E9A7. Grayscale: #595959. Windows color (decimal): -2222504 or 5773022. OLE color: 5773022.
HSL color Cylindrical-coordinate representation of color #DE1658: hue angle of 340.2º degrees, saturation: 0.82, 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 #DE1658 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 22 | 88 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.13 |
| HSL | 340.2º | 0.82% | 0.48% | - |
| HSV(B) | 340.2º | 0.9% | 0.87% | - |
| XYZ | 32.17 | 16.81 | 10.78 | - |
| YUV | 89.32 | 127.26 | 222.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 22 | 88 | 0 | 0.90 | 0.60 | 0.13 | 340.2 | 0.82 | 0.48 |
| Hex | DE | 16 | 58 | 0 | 5A | 3C | D | 154 | 52 | 30 |
| Octal | 336 | 26 | 130 | 0 | 132 | 74 | 15 | 524 | 122 | 60 |
| Binary | 11011110 | 10110 | 1011000 | 0 | 1011010 | 111100 | 1101 | 101010100 | 1010010 | 110000 |
Color Harmonies of #DE1658
Complementary color
Monochromatic Colors of #DE1658
Black with #DE1658
Text Example
Text Example
White with #DE1658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1658; }
p { color: rgb(222,22,88); }
H1.HeaderClassName
{
color: #DE1658;
}
.AnyTagClassName
{
color: #DE1658;
}
</style>
background-color css
<style>
a { background-color: #DE1658; }
a { background-color: rgb(222,22,88); }
div.DivClassName
{
background-color: #DE1658;
}
.BgClassName
{
background-color: #DE1658;
}
</style>
border-color css
<style>
span { border-color: #DE1658; }
span { border-color: rgb(222,22,88); }
td.TdClassName
{
border-color: #DE1658;
}
.TagClassName
{
border-color: #DE1658;
}
</style>