Shades of Ruby #DE0D69
Tints of Ruby #DE0D69
RGB
CMYK
RGB Variations
Color information
#DE0D69 (or 0xDE0D69) is known color: Ruby. HEX triplet: DE, 0D and 69. RGB value is (222,13,105). Sum of RGB (Red+Green+Blue) = 222+13+105=340 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.29% from 340); Green value is 13 (5.47% from 255 or 3.82% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0D69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0D69 is #21F296. Grayscale: #555555. Windows color (decimal): -2224791 or 6884830. OLE color: 6884830.
HSL color Cylindrical-coordinate representation of color #DE0D69: hue angle of 333.59º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE0D69 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 13 | 105 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.13 |
| HSL | 333.59º | 0.89% | 0.46% | - |
| HSV(B) | 333.59º | 0.94% | 0.87% | - |
| XYZ | 32.82 | 16.84 | 14.88 | - |
| YUV | 85.98 | 138.74 | 225.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 13 | 105 | 0 | 0.94 | 0.53 | 0.13 | 333.59 | 0.89 | 0.46 |
| Hex | DE | D | 69 | 0 | 5E | 35 | D | 14E | 59 | 2E |
| Octal | 336 | 15 | 151 | 0 | 136 | 65 | 15 | 516 | 131 | 56 |
| Binary | 11011110 | 1101 | 1101001 | 0 | 1011110 | 110101 | 1101 | 101001110 | 1011001 | 101110 |
Color Harmonies of #DE0D69
Complementary color
Monochromatic Colors of #DE0D69
Black with #DE0D69
Text Example
Text Example
White with #DE0D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0D69; }
p { color: rgb(222,13,105); }
H1.HeaderClassName
{
color: #DE0D69;
}
.AnyTagClassName
{
color: #DE0D69;
}
</style>
background-color css
<style>
a { background-color: #DE0D69; }
a { background-color: rgb(222,13,105); }
div.DivClassName
{
background-color: #DE0D69;
}
.BgClassName
{
background-color: #DE0D69;
}
</style>
border-color css
<style>
span { border-color: #DE0D69; }
span { border-color: rgb(222,13,105); }
td.TdClassName
{
border-color: #DE0D69;
}
.TagClassName
{
border-color: #DE0D69;
}
</style>