Shades of Ruby #DE0477
Tints of Ruby #DE0477
RGB
CMYK
RGB Variations
Color information
#DE0477 (or 0xDE0477) is known color: Ruby. HEX triplet: DE, 04 and 77. RGB value is (222,4,119). Sum of RGB (Red+Green+Blue) = 222+4+119=345 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.35% from 345); Green value is 4 (1.95% from 255 or 1.16% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0477 is #21FB88. Grayscale: #525252. Windows color (decimal): -2227081 or 7800030. OLE color: 7800030.
HSL color Cylindrical-coordinate representation of color #DE0477: hue angle of 328.35º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DE0477 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 4 | 119 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.13 |
| HSL | 328.35º | 0.96% | 0.44% | - |
| HSV(B) | 328.35º | 0.98% | 0.87% | - |
| XYZ | 33.5 | 16.95 | 18.96 | - |
| YUV | 82.29 | 148.72 | 227.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 4 | 119 | 0 | 0.98 | 0.46 | 0.13 | 328.35 | 0.96 | 0.44 |
| Hex | DE | 4 | 77 | 0 | 62 | 2E | D | 148 | 60 | 2C |
| Octal | 336 | 4 | 167 | 0 | 142 | 56 | 15 | 510 | 140 | 54 |
| Binary | 11011110 | 100 | 1110111 | 0 | 1100010 | 101110 | 1101 | 101001000 | 1100000 | 101100 |
Color Harmonies of #DE0477
Complementary color
Monochromatic Colors of #DE0477
Black with #DE0477
Text Example
Text Example
White with #DE0477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0477; }
p { color: rgb(222,4,119); }
H1.HeaderClassName
{
color: #DE0477;
}
.AnyTagClassName
{
color: #DE0477;
}
</style>
background-color css
<style>
a { background-color: #DE0477; }
a { background-color: rgb(222,4,119); }
div.DivClassName
{
background-color: #DE0477;
}
.BgClassName
{
background-color: #DE0477;
}
</style>
border-color css
<style>
span { border-color: #DE0477; }
span { border-color: rgb(222,4,119); }
td.TdClassName
{
border-color: #DE0477;
}
.TagClassName
{
border-color: #DE0477;
}
</style>