Shades of Ruby #DE1877
Tints of Ruby #DE1877
RGB
CMYK
RGB Variations
Color information
#DE1877 (or 0xDE1877) is known color: Ruby. HEX triplet: DE, 18 and 77. RGB value is (222,24,119). Sum of RGB (Red+Green+Blue) = 222+24+119=365 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.82% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1877 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1877 is #21E788. Grayscale: #5D5D5D. Windows color (decimal): -2221961 or 7805150. OLE color: 7805150.
HSL color Cylindrical-coordinate representation of color #DE1877: hue angle of 331.21º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DE1877 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 24 | 119 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.13 |
| HSL | 331.21º | 0.8% | 0.48% | - |
| HSV(B) | 331.21º | 0.89% | 0.87% | - |
| XYZ | 33.78 | 17.51 | 19.05 | - |
| YUV | 94.03 | 142.1 | 219.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 24 | 119 | 0 | 0.89 | 0.46 | 0.13 | 331.21 | 0.8 | 0.48 |
| Hex | DE | 18 | 77 | 0 | 59 | 2E | D | 14B | 50 | 30 |
| Octal | 336 | 30 | 167 | 0 | 131 | 56 | 15 | 513 | 120 | 60 |
| Binary | 11011110 | 11000 | 1110111 | 0 | 1011001 | 101110 | 1101 | 101001011 | 1010000 | 110000 |
Color Harmonies of #DE1877
Complementary color
Monochromatic Colors of #DE1877
Black with #DE1877
Text Example
Text Example
White with #DE1877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1877; }
p { color: rgb(222,24,119); }
H1.HeaderClassName
{
color: #DE1877;
}
.AnyTagClassName
{
color: #DE1877;
}
</style>
background-color css
<style>
a { background-color: #DE1877; }
a { background-color: rgb(222,24,119); }
div.DivClassName
{
background-color: #DE1877;
}
.BgClassName
{
background-color: #DE1877;
}
</style>
border-color css
<style>
span { border-color: #DE1877; }
span { border-color: rgb(222,24,119); }
td.TdClassName
{
border-color: #DE1877;
}
.TagClassName
{
border-color: #DE1877;
}
</style>