Shades of Ruby #DE0D64
Tints of Ruby #DE0D64
RGB
CMYK
RGB Variations
Color information
#DE0D64 (or 0xDE0D64) is known color: Ruby. HEX triplet: DE, 0D and 64. RGB value is (222,13,100). Sum of RGB (Red+Green+Blue) = 222+13+100=335 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.27% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0D64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0D64 is #21F29B. Grayscale: #555555. Windows color (decimal): -2224796 or 6557150. OLE color: 6557150.
HSL color Cylindrical-coordinate representation of color #DE0D64: hue angle of 335.02º 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 #DE0D64 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 13 | 100 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.13 |
| HSL | 335.02º | 0.89% | 0.46% | - |
| HSV(B) | 335.02º | 0.94% | 0.87% | - |
| XYZ | 32.57 | 16.74 | 13.57 | - |
| YUV | 85.41 | 136.24 | 225.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 13 | 100 | 0 | 0.94 | 0.55 | 0.13 | 335.02 | 0.89 | 0.46 |
| Hex | DE | D | 64 | 0 | 5E | 37 | D | 14F | 59 | 2E |
| Octal | 336 | 15 | 144 | 0 | 136 | 67 | 15 | 517 | 131 | 56 |
| Binary | 11011110 | 1101 | 1100100 | 0 | 1011110 | 110111 | 1101 | 101001111 | 1011001 | 101110 |
Color Harmonies of #DE0D64
Complementary color
Monochromatic Colors of #DE0D64
Black with #DE0D64
Text Example
Text Example
White with #DE0D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0D64; }
p { color: rgb(222,13,100); }
H1.HeaderClassName
{
color: #DE0D64;
}
.AnyTagClassName
{
color: #DE0D64;
}
</style>
background-color css
<style>
a { background-color: #DE0D64; }
a { background-color: rgb(222,13,100); }
div.DivClassName
{
background-color: #DE0D64;
}
.BgClassName
{
background-color: #DE0D64;
}
</style>
border-color css
<style>
span { border-color: #DE0D64; }
span { border-color: rgb(222,13,100); }
td.TdClassName
{
border-color: #DE0D64;
}
.TagClassName
{
border-color: #DE0D64;
}
</style>