Shades of Ruby #DE0966
Tints of Ruby #DE0966
RGB
CMYK
RGB Variations
Color information
#DE0966 (or 0xDE0966) is known color: Ruby. HEX triplet: DE, 09 and 66. RGB value is (222,9,102). Sum of RGB (Red+Green+Blue) = 222+9+102=333 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.67% from 333); Green value is 9 (3.91% from 255 or 2.70% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0966 is #21F699. Grayscale: #535353. Windows color (decimal): -2225818 or 6687198. OLE color: 6687198.
HSL color Cylindrical-coordinate representation of color #DE0966: hue angle of 333.8º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE0966 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 9 | 102 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.13 |
| HSL | 333.8º | 0.92% | 0.45% | - |
| HSV(B) | 333.8º | 0.96% | 0.87% | - |
| XYZ | 32.62 | 16.68 | 14.07 | - |
| YUV | 83.29 | 138.57 | 226.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 9 | 102 | 0 | 0.96 | 0.54 | 0.13 | 333.8 | 0.92 | 0.45 |
| Hex | DE | 9 | 66 | 0 | 60 | 36 | D | 14E | 5C | 2D |
| Octal | 336 | 11 | 146 | 0 | 140 | 66 | 15 | 516 | 134 | 55 |
| Binary | 11011110 | 1001 | 1100110 | 0 | 1100000 | 110110 | 1101 | 101001110 | 1011100 | 101101 |
Color Harmonies of #DE0966
Complementary color
Monochromatic Colors of #DE0966
Black with #DE0966
Text Example
Text Example
White with #DE0966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0966; }
p { color: rgb(222,9,102); }
H1.HeaderClassName
{
color: #DE0966;
}
.AnyTagClassName
{
color: #DE0966;
}
</style>
background-color css
<style>
a { background-color: #DE0966; }
a { background-color: rgb(222,9,102); }
div.DivClassName
{
background-color: #DE0966;
}
.BgClassName
{
background-color: #DE0966;
}
</style>
border-color css
<style>
span { border-color: #DE0966; }
span { border-color: rgb(222,9,102); }
td.TdClassName
{
border-color: #DE0966;
}
.TagClassName
{
border-color: #DE0966;
}
</style>