Shades of Ruby #DE1668
Tints of Ruby #DE1668
RGB
CMYK
RGB Variations
Color information
#DE1668 (or 0xDE1668) is known color: Ruby. HEX triplet: DE, 16 and 68. RGB value is (222,22,104). Sum of RGB (Red+Green+Blue) = 222+22+104=348 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.79% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1668 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1668 is #21E997. Grayscale: #5B5B5B. Windows color (decimal): -2222488 or 6821598. OLE color: 6821598.
HSL color Cylindrical-coordinate representation of color #DE1668: hue angle of 335.4º 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 #DE1668 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 22 | 104 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.13 |
| HSL | 335.4º | 0.82% | 0.48% | - |
| HSV(B) | 335.4º | 0.9% | 0.87% | - |
| XYZ | 32.91 | 17.1 | 14.66 | - |
| YUV | 91.15 | 135.26 | 221.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 22 | 104 | 0 | 0.90 | 0.53 | 0.13 | 335.4 | 0.82 | 0.48 |
| Hex | DE | 16 | 68 | 0 | 5A | 35 | D | 14F | 52 | 30 |
| Octal | 336 | 26 | 150 | 0 | 132 | 65 | 15 | 517 | 122 | 60 |
| Binary | 11011110 | 10110 | 1101000 | 0 | 1011010 | 110101 | 1101 | 101001111 | 1010010 | 110000 |
Color Harmonies of #DE1668
Complementary color
Monochromatic Colors of #DE1668
Black with #DE1668
Text Example
Text Example
White with #DE1668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1668; }
p { color: rgb(222,22,104); }
H1.HeaderClassName
{
color: #DE1668;
}
.AnyTagClassName
{
color: #DE1668;
}
</style>
background-color css
<style>
a { background-color: #DE1668; }
a { background-color: rgb(222,22,104); }
div.DivClassName
{
background-color: #DE1668;
}
.BgClassName
{
background-color: #DE1668;
}
</style>
border-color css
<style>
span { border-color: #DE1668; }
span { border-color: rgb(222,22,104); }
td.TdClassName
{
border-color: #DE1668;
}
.TagClassName
{
border-color: #DE1668;
}
</style>