Shades of Ruby #DE0178
Tints of Ruby #DE0178
RGB
CMYK
RGB Variations
Color information
#DE0178 (or 0xDE0178) is known color: Ruby. HEX triplet: DE, 01 and 78. RGB value is (222,1,120). Sum of RGB (Red+Green+Blue) = 222+1+120=343 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.72% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0178 is #21FE87. Grayscale: #505050. Windows color (decimal): -2227848 or 7864798. OLE color: 7864798.
HSL color Cylindrical-coordinate representation of color #DE0178: hue angle of 327.69º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE0178 is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 1 | 120 | - |
| CMYK | 0 | 1.00 | 0.46 | 0.13 |
| HSL | 327.69º | 0.99% | 0.44% | - |
| HSV(B) | 327.69º | 1% | 0.87% | - |
| XYZ | 33.53 | 16.91 | 19.27 | - |
| YUV | 80.65 | 150.22 | 228.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 1 | 120 | 0 | 1.00 | 0.46 | 0.13 | 327.69 | 0.99 | 0.44 |
| Hex | DE | 1 | 78 | 0 | 64 | 2E | D | 148 | 63 | 2C |
| Octal | 336 | 1 | 170 | 0 | 144 | 56 | 15 | 510 | 143 | 54 |
| Binary | 11011110 | 1 | 1111000 | 0 | 1100100 | 101110 | 1101 | 101001000 | 1100011 | 101100 |
Color Harmonies of #DE0178
Complementary color
Monochromatic Colors of #DE0178
Black with #DE0178
Text Example
Text Example
White with #DE0178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0178; }
p { color: rgb(222,1,120); }
H1.HeaderClassName
{
color: #DE0178;
}
.AnyTagClassName
{
color: #DE0178;
}
</style>
background-color css
<style>
a { background-color: #DE0178; }
a { background-color: rgb(222,1,120); }
div.DivClassName
{
background-color: #DE0178;
}
.BgClassName
{
background-color: #DE0178;
}
</style>
border-color css
<style>
span { border-color: #DE0178; }
span { border-color: rgb(222,1,120); }
td.TdClassName
{
border-color: #DE0178;
}
.TagClassName
{
border-color: #DE0178;
}
</style>