Shades of Ruby #DE1662
Tints of Ruby #DE1662
RGB
CMYK
RGB Variations
Color information
#DE1662 (or 0xDE1662) is known color: Ruby. HEX triplet: DE, 16 and 62. RGB value is (222,22,98). Sum of RGB (Red+Green+Blue) = 222+22+98=342 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.91% from 342); Green value is 22 (8.98% from 255 or 6.43% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1662 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1662 is #21E99D. Grayscale: #5A5A5A. Windows color (decimal): -2222494 or 6428382. OLE color: 6428382.
HSL color Cylindrical-coordinate representation of color #DE1662: hue angle of 337.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 #DE1662 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 22 | 98 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.13 |
| HSL | 337.2º | 0.82% | 0.48% | - |
| HSV(B) | 337.2º | 0.9% | 0.87% | - |
| XYZ | 32.62 | 16.99 | 13.11 | - |
| YUV | 90.46 | 132.26 | 221.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 22 | 98 | 0 | 0.90 | 0.56 | 0.13 | 337.2 | 0.82 | 0.48 |
| Hex | DE | 16 | 62 | 0 | 5A | 38 | D | 151 | 52 | 30 |
| Octal | 336 | 26 | 142 | 0 | 132 | 70 | 15 | 521 | 122 | 60 |
| Binary | 11011110 | 10110 | 1100010 | 0 | 1011010 | 111000 | 1101 | 101010001 | 1010010 | 110000 |
Color Harmonies of #DE1662
Complementary color
Monochromatic Colors of #DE1662
Black with #DE1662
Text Example
Text Example
White with #DE1662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1662; }
p { color: rgb(222,22,98); }
H1.HeaderClassName
{
color: #DE1662;
}
.AnyTagClassName
{
color: #DE1662;
}
</style>
background-color css
<style>
a { background-color: #DE1662; }
a { background-color: rgb(222,22,98); }
div.DivClassName
{
background-color: #DE1662;
}
.BgClassName
{
background-color: #DE1662;
}
</style>
border-color css
<style>
span { border-color: #DE1662; }
span { border-color: rgb(222,22,98); }
td.TdClassName
{
border-color: #DE1662;
}
.TagClassName
{
border-color: #DE1662;
}
</style>