Shades of Ruby #DF196F
Tints of Ruby #DF196F
RGB
CMYK
RGB Variations
Color information
#DF196F (or 0xDF196F) is known color: Ruby. HEX triplet: DF, 19 and 6F. RGB value is (223,25,111). Sum of RGB (Red+Green+Blue) = 223+25+111=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF196F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF196F is #20E690. Grayscale: #5D5D5D. Windows color (decimal): -2156177 or 7281119. OLE color: 7281119.
HSL color Cylindrical-coordinate representation of color #DF196F: hue angle of 333.94º 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 #DF196F is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 25 | 111 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.13 |
| HSL | 333.94º | 0.8% | 0.49% | - |
| HSV(B) | 333.94º | 0.89% | 0.87% | - |
| XYZ | 33.65 | 17.53 | 16.65 | - |
| YUV | 94.01 | 137.6 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 111 | 0 | 0.89 | 0.50 | 0.13 | 333.94 | 0.8 | 0.49 |
| Hex | DF | 19 | 6F | 0 | 59 | 32 | D | 14E | 50 | 31 |
| Octal | 337 | 31 | 157 | 0 | 131 | 62 | 15 | 516 | 120 | 61 |
| Binary | 11011111 | 11001 | 1101111 | 0 | 1011001 | 110010 | 1101 | 101001110 | 1010000 | 110001 |
Color Harmonies of #DF196F
Complementary color
Monochromatic Colors of #DF196F
Black with #DF196F
Text Example
Text Example
White with #DF196F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF196F; }
p { color: rgb(223,25,111); }
H1.HeaderClassName
{
color: #DF196F;
}
.AnyTagClassName
{
color: #DF196F;
}
</style>
background-color css
<style>
a { background-color: #DF196F; }
a { background-color: rgb(223,25,111); }
div.DivClassName
{
background-color: #DF196F;
}
.BgClassName
{
background-color: #DF196F;
}
</style>
border-color css
<style>
span { border-color: #DF196F; }
span { border-color: rgb(223,25,111); }
td.TdClassName
{
border-color: #DF196F;
}
.TagClassName
{
border-color: #DF196F;
}
</style>