Shades of Ruby #DE0078
Tints of Ruby #DE0078
RGB
CMYK
RGB Variations
Color information
#DE0078 (or 0xDE0078) is known color: Ruby. HEX triplet: DE, 00 and 78. RGB value is (222,0,120). Sum of RGB (Red+Green+Blue) = 222+0+120=342 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.91% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0078 is #21FF87. Grayscale: #4F4F4F. Windows color (decimal): -2228104 or 7864542. OLE color: 7864542.
HSL color Cylindrical-coordinate representation of color #DE0078: hue angle of 327.57º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE0078 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.46 | 0.13 |
| HSL | 327.57º | 1% | 0.44% | - |
| HSV(B) | 327.57º | 1% | 0.87% | - |
| XYZ | 33.51 | 16.89 | 19.26 | - |
| YUV | 80.06 | 150.55 | 229.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 120 | 0 | 1 | 0.46 | 0.13 | 327.57 | 1 | 0.44 |
| Hex | DE | 0 | 78 | 0 | 64 | 2E | D | 148 | 64 | 2C |
| Octal | 336 | 0 | 170 | 0 | 144 | 56 | 15 | 510 | 144 | 54 |
| Binary | 11011110 | 0 | 1111000 | 0 | 1100100 | 101110 | 1101 | 101001000 | 1100100 | 101100 |
Color Harmonies of #DE0078
Complementary color
Monochromatic Colors of #DE0078
Black with #DE0078
Text Example
Text Example
White with #DE0078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0078; }
p { color: rgb(222,0,120); }
H1.HeaderClassName
{
color: #DE0078;
}
.AnyTagClassName
{
color: #DE0078;
}
</style>
background-color css
<style>
a { background-color: #DE0078; }
a { background-color: rgb(222,0,120); }
div.DivClassName
{
background-color: #DE0078;
}
.BgClassName
{
background-color: #DE0078;
}
</style>
border-color css
<style>
span { border-color: #DE0078; }
span { border-color: rgb(222,0,120); }
td.TdClassName
{
border-color: #DE0078;
}
.TagClassName
{
border-color: #DE0078;
}
</style>