Shades of Ruby #DE196D
Tints of Ruby #DE196D
RGB
CMYK
RGB Variations
Color information
#DE196D (or 0xDE196D) is known color: Ruby. HEX triplet: DE, 19 and 6D. RGB value is (222,25,109). Sum of RGB (Red+Green+Blue) = 222+25+109=356 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.36% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 222 - color contains mainly: red. Hex color #DE196D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE196D is #21E692. Grayscale: #5D5D5D. Windows color (decimal): -2221715 or 7150046. OLE color: 7150046.
HSL color Cylindrical-coordinate representation of color #DE196D: hue angle of 334.42º 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 #DE196D is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 25 | 109 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.13 |
| HSL | 334.42º | 0.8% | 0.48% | - |
| HSV(B) | 334.42º | 0.89% | 0.87% | - |
| XYZ | 33.23 | 17.33 | 16.06 | - |
| YUV | 93.48 | 136.77 | 219.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 25 | 109 | 0 | 0.89 | 0.51 | 0.13 | 334.42 | 0.8 | 0.48 |
| Hex | DE | 19 | 6D | 0 | 59 | 33 | D | 14E | 50 | 30 |
| Octal | 336 | 31 | 155 | 0 | 131 | 63 | 15 | 516 | 120 | 60 |
| Binary | 11011110 | 11001 | 1101101 | 0 | 1011001 | 110011 | 1101 | 101001110 | 1010000 | 110000 |
Color Harmonies of #DE196D
Complementary color
Monochromatic Colors of #DE196D
Black with #DE196D
Text Example
Text Example
White with #DE196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE196D; }
p { color: rgb(222,25,109); }
H1.HeaderClassName
{
color: #DE196D;
}
.AnyTagClassName
{
color: #DE196D;
}
</style>
background-color css
<style>
a { background-color: #DE196D; }
a { background-color: rgb(222,25,109); }
div.DivClassName
{
background-color: #DE196D;
}
.BgClassName
{
background-color: #DE196D;
}
</style>
border-color css
<style>
span { border-color: #DE196D; }
span { border-color: rgb(222,25,109); }
td.TdClassName
{
border-color: #DE196D;
}
.TagClassName
{
border-color: #DE196D;
}
</style>