Shades of Ruby #DF196D
Tints of Ruby #DF196D
RGB
CMYK
RGB Variations
Color information
#DF196D (or 0xDF196D) is known color: Ruby. HEX triplet: DF, 19 and 6D. RGB value is (223,25,109). Sum of RGB (Red+Green+Blue) = 223+25+109=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF196D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF196D is #20E692. Grayscale: #5D5D5D. Windows color (decimal): -2156179 or 7150047. OLE color: 7150047.
HSL color Cylindrical-coordinate representation of color #DF196D: hue angle of 334.55º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF196D is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 25 | 109 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.13 |
| HSL | 334.55º | 0.8% | 0.49% | - |
| HSV(B) | 334.55º | 0.89% | 0.87% | - |
| XYZ | 33.54 | 17.49 | 16.08 | - |
| YUV | 93.78 | 136.6 | 220.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 109 | 0 | 0.89 | 0.51 | 0.13 | 334.55 | 0.8 | 0.49 |
| Hex | DF | 19 | 6D | 0 | 59 | 33 | D | 14F | 50 | 31 |
| Octal | 337 | 31 | 155 | 0 | 131 | 63 | 15 | 517 | 120 | 61 |
| Binary | 11011111 | 11001 | 1101101 | 0 | 1011001 | 110011 | 1101 | 101001111 | 1010000 | 110001 |
Color Harmonies of #DF196D
Complementary color
Monochromatic Colors of #DF196D
Black with #DF196D
Text Example
Text Example
White with #DF196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF196D; }
p { color: rgb(223,25,109); }
H1.HeaderClassName
{
color: #DF196D;
}
.AnyTagClassName
{
color: #DF196D;
}
</style>
background-color css
<style>
a { background-color: #DF196D; }
a { background-color: rgb(223,25,109); }
div.DivClassName
{
background-color: #DF196D;
}
.BgClassName
{
background-color: #DF196D;
}
</style>
border-color css
<style>
span { border-color: #DF196D; }
span { border-color: rgb(223,25,109); }
td.TdClassName
{
border-color: #DF196D;
}
.TagClassName
{
border-color: #DF196D;
}
</style>