Shades of Ruby #DE195E
Tints of Ruby #DE195E
RGB
CMYK
RGB Variations
Color information
#DE195E (or 0xDE195E) is known color: Ruby. HEX triplet: DE, 19 and 5E. RGB value is (222,25,94). Sum of RGB (Red+Green+Blue) = 222+25+94=341 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.10% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 222 - color contains mainly: red. Hex color #DE195E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE195E is #21E6A1. Grayscale: #5B5B5B. Windows color (decimal): -2221730 or 6167006. OLE color: 6167006.
HSL color Cylindrical-coordinate representation of color #DE195E: hue angle of 338.98º 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 #DE195E is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 25 | 94 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.13 |
| HSL | 338.98º | 0.8% | 0.48% | - |
| HSV(B) | 338.98º | 0.89% | 0.87% | - |
| XYZ | 32.49 | 17.03 | 12.16 | - |
| YUV | 91.77 | 129.27 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 25 | 94 | 0 | 0.89 | 0.58 | 0.13 | 338.98 | 0.8 | 0.48 |
| Hex | DE | 19 | 5E | 0 | 59 | 3A | D | 153 | 50 | 30 |
| Octal | 336 | 31 | 136 | 0 | 131 | 72 | 15 | 523 | 120 | 60 |
| Binary | 11011110 | 11001 | 1011110 | 0 | 1011001 | 111010 | 1101 | 101010011 | 1010000 | 110000 |
Color Harmonies of #DE195E
Complementary color
Monochromatic Colors of #DE195E
Black with #DE195E
Text Example
Text Example
White with #DE195E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE195E; }
p { color: rgb(222,25,94); }
H1.HeaderClassName
{
color: #DE195E;
}
.AnyTagClassName
{
color: #DE195E;
}
</style>
background-color css
<style>
a { background-color: #DE195E; }
a { background-color: rgb(222,25,94); }
div.DivClassName
{
background-color: #DE195E;
}
.BgClassName
{
background-color: #DE195E;
}
</style>
border-color css
<style>
span { border-color: #DE195E; }
span { border-color: rgb(222,25,94); }
td.TdClassName
{
border-color: #DE195E;
}
.TagClassName
{
border-color: #DE195E;
}
</style>