Shades of Ruby #DE0176
Tints of Ruby #DE0176
RGB
CMYK
RGB Variations
Color information
#DE0176 (or 0xDE0176) is known color: Ruby. HEX triplet: DE, 01 and 76. RGB value is (222,1,118). Sum of RGB (Red+Green+Blue) = 222+1+118=341 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.10% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0176 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0176 is #21FE89. Grayscale: #505050. Windows color (decimal): -2227850 or 7733726. OLE color: 7733726.
HSL color Cylindrical-coordinate representation of color #DE0176: hue angle of 328.24º 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 #DE0176 is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 1 | 118 | - |
| CMYK | 0 | 1.00 | 0.47 | 0.13 |
| HSL | 328.24º | 0.99% | 0.44% | - |
| HSV(B) | 328.24º | 1% | 0.87% | - |
| XYZ | 33.41 | 16.86 | 18.63 | - |
| YUV | 80.42 | 149.22 | 228.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 1 | 118 | 0 | 1.00 | 0.47 | 0.13 | 328.24 | 0.99 | 0.44 |
| Hex | DE | 1 | 76 | 0 | 64 | 2F | D | 148 | 63 | 2C |
| Octal | 336 | 1 | 166 | 0 | 144 | 57 | 15 | 510 | 143 | 54 |
| Binary | 11011110 | 1 | 1110110 | 0 | 1100100 | 101111 | 1101 | 101001000 | 1100011 | 101100 |
Color Harmonies of #DE0176
Complementary color
Monochromatic Colors of #DE0176
Black with #DE0176
Text Example
Text Example
White with #DE0176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0176; }
p { color: rgb(222,1,118); }
H1.HeaderClassName
{
color: #DE0176;
}
.AnyTagClassName
{
color: #DE0176;
}
</style>
background-color css
<style>
a { background-color: #DE0176; }
a { background-color: rgb(222,1,118); }
div.DivClassName
{
background-color: #DE0176;
}
.BgClassName
{
background-color: #DE0176;
}
</style>
border-color css
<style>
span { border-color: #DE0176; }
span { border-color: rgb(222,1,118); }
td.TdClassName
{
border-color: #DE0176;
}
.TagClassName
{
border-color: #DE0176;
}
</style>