Shades of Ruby #DE195C
Tints of Ruby #DE195C
RGB
CMYK
RGB Variations
Color information
#DE195C (or 0xDE195C) is known color: Ruby. HEX triplet: DE, 19 and 5C. RGB value is (222,25,92). Sum of RGB (Red+Green+Blue) = 222+25+92=339 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.49% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 222 - color contains mainly: red. Hex color #DE195C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE195C is #21E6A3. Grayscale: #5B5B5B. Windows color (decimal): -2221732 or 6035934. OLE color: 6035934.
HSL color Cylindrical-coordinate representation of color #DE195C: hue angle of 339.59º 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 #DE195C is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 25 | 92 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.13 |
| HSL | 339.59º | 0.8% | 0.48% | - |
| HSV(B) | 339.59º | 0.89% | 0.87% | - |
| XYZ | 32.4 | 17 | 11.7 | - |
| YUV | 91.54 | 128.27 | 221.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 25 | 92 | 0 | 0.89 | 0.59 | 0.13 | 339.59 | 0.8 | 0.48 |
| Hex | DE | 19 | 5C | 0 | 59 | 3B | D | 154 | 50 | 30 |
| Octal | 336 | 31 | 134 | 0 | 131 | 73 | 15 | 524 | 120 | 60 |
| Binary | 11011110 | 11001 | 1011100 | 0 | 1011001 | 111011 | 1101 | 101010100 | 1010000 | 110000 |
Color Harmonies of #DE195C
Complementary color
Monochromatic Colors of #DE195C
Black with #DE195C
Text Example
Text Example
White with #DE195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE195C; }
p { color: rgb(222,25,92); }
H1.HeaderClassName
{
color: #DE195C;
}
.AnyTagClassName
{
color: #DE195C;
}
</style>
background-color css
<style>
a { background-color: #DE195C; }
a { background-color: rgb(222,25,92); }
div.DivClassName
{
background-color: #DE195C;
}
.BgClassName
{
background-color: #DE195C;
}
</style>
border-color css
<style>
span { border-color: #DE195C; }
span { border-color: rgb(222,25,92); }
td.TdClassName
{
border-color: #DE195C;
}
.TagClassName
{
border-color: #DE195C;
}
</style>