Shades of Medium Violet Red #DF1796
Tints of Medium Violet Red #DF1796
RGB
CMYK
RGB Variations
Color information
#DF1796 (or 0xDF1796) is known color: Medium Violet Red. HEX triplet: DF, 17 and 96. RGB value is (223,23,150). Sum of RGB (Red+Green+Blue) = 223+23+150=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 23 (9.38% from 255 or 5.81% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF1796 is #20E869. Grayscale: #606060. Windows color (decimal): -2156650 or 9836511. OLE color: 9836511.
HSL color Cylindrical-coordinate representation of color #DF1796: hue angle of 321.9º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF1796 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 23 | 150 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.13 |
| HSL | 321.9º | 0.81% | 0.48% | - |
| HSV(B) | 321.9º | 0.9% | 0.87% | - |
| XYZ | 36.24 | 18.5 | 30.52 | - |
| YUV | 97.28 | 157.76 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 150 | 0 | 0.90 | 0.33 | 0.13 | 321.9 | 0.81 | 0.48 |
| Hex | DF | 17 | 96 | 0 | 5A | 21 | D | 142 | 51 | 30 |
| Octal | 337 | 27 | 226 | 0 | 132 | 41 | 15 | 502 | 121 | 60 |
| Binary | 11011111 | 10111 | 10010110 | 0 | 1011010 | 100001 | 1101 | 101000010 | 1010001 | 110000 |
Color Harmonies of #DF1796
Complementary color
Monochromatic Colors of #DF1796
Black with #DF1796
Text Example
Text Example
White with #DF1796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1796; }
p { color: rgb(223,23,150); }
H1.HeaderClassName
{
color: #DF1796;
}
.AnyTagClassName
{
color: #DF1796;
}
</style>
background-color css
<style>
a { background-color: #DF1796; }
a { background-color: rgb(223,23,150); }
div.DivClassName
{
background-color: #DF1796;
}
.BgClassName
{
background-color: #DF1796;
}
</style>
border-color css
<style>
span { border-color: #DF1796; }
span { border-color: rgb(223,23,150); }
td.TdClassName
{
border-color: #DF1796;
}
.TagClassName
{
border-color: #DF1796;
}
</style>