Shades of Ruby #DE1669
Tints of Ruby #DE1669
RGB
CMYK
RGB Variations
Color information
#DE1669 (or 0xDE1669) is known color: Ruby. HEX triplet: DE, 16 and 69. RGB value is (222,22,105). Sum of RGB (Red+Green+Blue) = 222+22+105=349 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.61% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 105 (41.41% from 255 or 30.09% from 349); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1669 is #21E996. Grayscale: #5B5B5B. Windows color (decimal): -2222487 or 6887134. OLE color: 6887134.
HSL color Cylindrical-coordinate representation of color #DE1669: hue angle of 335.1º 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 #DE1669 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 22 | 105 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.13 |
| HSL | 335.1º | 0.82% | 0.48% | - |
| HSV(B) | 335.1º | 0.9% | 0.87% | - |
| XYZ | 32.96 | 17.12 | 14.93 | - |
| YUV | 91.26 | 135.76 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 22 | 105 | 0 | 0.90 | 0.53 | 0.13 | 335.1 | 0.82 | 0.48 |
| Hex | DE | 16 | 69 | 0 | 5A | 35 | D | 14F | 52 | 30 |
| Octal | 336 | 26 | 151 | 0 | 132 | 65 | 15 | 517 | 122 | 60 |
| Binary | 11011110 | 10110 | 1101001 | 0 | 1011010 | 110101 | 1101 | 101001111 | 1010010 | 110000 |
Color Harmonies of #DE1669
Complementary color
Monochromatic Colors of #DE1669
Black with #DE1669
Text Example
Text Example
White with #DE1669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1669; }
p { color: rgb(222,22,105); }
H1.HeaderClassName
{
color: #DE1669;
}
.AnyTagClassName
{
color: #DE1669;
}
</style>
background-color css
<style>
a { background-color: #DE1669; }
a { background-color: rgb(222,22,105); }
div.DivClassName
{
background-color: #DE1669;
}
.BgClassName
{
background-color: #DE1669;
}
</style>
border-color css
<style>
span { border-color: #DE1669; }
span { border-color: rgb(222,22,105); }
td.TdClassName
{
border-color: #DE1669;
}
.TagClassName
{
border-color: #DE1669;
}
</style>