Shades of Ruby #DE195A
Tints of Ruby #DE195A
RGB
CMYK
RGB Variations
Color information
#DE195A (or 0xDE195A) is known color: Ruby. HEX triplet: DE, 19 and 5A. RGB value is (222,25,90). Sum of RGB (Red+Green+Blue) = 222+25+90=337 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.88% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 222 - color contains mainly: red. Hex color #DE195A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE195A is #21E6A5. Grayscale: #5B5B5B. Windows color (decimal): -2221734 or 5904862. OLE color: 5904862.
HSL color Cylindrical-coordinate representation of color #DE195A: hue angle of 340.2º 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 #DE195A is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 25 | 90 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.13 |
| HSL | 340.2º | 0.8% | 0.48% | - |
| HSV(B) | 340.2º | 0.89% | 0.87% | - |
| XYZ | 32.32 | 16.96 | 11.24 | - |
| YUV | 91.31 | 127.27 | 221.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 25 | 90 | 0 | 0.89 | 0.59 | 0.13 | 340.2 | 0.8 | 0.48 |
| Hex | DE | 19 | 5A | 0 | 59 | 3B | D | 154 | 50 | 30 |
| Octal | 336 | 31 | 132 | 0 | 131 | 73 | 15 | 524 | 120 | 60 |
| Binary | 11011110 | 11001 | 1011010 | 0 | 1011001 | 111011 | 1101 | 101010100 | 1010000 | 110000 |
Color Harmonies of #DE195A
Complementary color
Monochromatic Colors of #DE195A
Black with #DE195A
Text Example
Text Example
White with #DE195A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE195A; }
p { color: rgb(222,25,90); }
H1.HeaderClassName
{
color: #DE195A;
}
.AnyTagClassName
{
color: #DE195A;
}
</style>
background-color css
<style>
a { background-color: #DE195A; }
a { background-color: rgb(222,25,90); }
div.DivClassName
{
background-color: #DE195A;
}
.BgClassName
{
background-color: #DE195A;
}
</style>
border-color css
<style>
span { border-color: #DE195A; }
span { border-color: rgb(222,25,90); }
td.TdClassName
{
border-color: #DE195A;
}
.TagClassName
{
border-color: #DE195A;
}
</style>