Shades of Medium Violet Red #DF1995
Tints of Medium Violet Red #DF1995
RGB
CMYK
RGB Variations
Color information
#DF1995 (or 0xDF1995) is known color: Medium Violet Red. HEX triplet: DF, 19 and 95. RGB value is (223,25,149). Sum of RGB (Red+Green+Blue) = 223+25+149=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1995 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF1995 is #20E66A. Grayscale: #626262. Windows color (decimal): -2156139 or 9771487. OLE color: 9771487.
HSL color Cylindrical-coordinate representation of color #DF1995: hue angle of 322.42º 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 #DF1995 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 25 | 149 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.13 |
| HSL | 322.42º | 0.8% | 0.49% | - |
| HSV(B) | 322.42º | 0.89% | 0.87% | - |
| XYZ | 36.2 | 18.55 | 30.11 | - |
| YUV | 98.34 | 156.6 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 149 | 0 | 0.89 | 0.33 | 0.13 | 322.42 | 0.8 | 0.49 |
| Hex | DF | 19 | 95 | 0 | 59 | 21 | D | 142 | 50 | 31 |
| Octal | 337 | 31 | 225 | 0 | 131 | 41 | 15 | 502 | 120 | 61 |
| Binary | 11011111 | 11001 | 10010101 | 0 | 1011001 | 100001 | 1101 | 101000010 | 1010000 | 110001 |
Color Harmonies of #DF1995
Complementary color
Monochromatic Colors of #DF1995
Black with #DF1995
Text Example
Text Example
White with #DF1995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1995; }
p { color: rgb(223,25,149); }
H1.HeaderClassName
{
color: #DF1995;
}
.AnyTagClassName
{
color: #DF1995;
}
</style>
background-color css
<style>
a { background-color: #DF1995; }
a { background-color: rgb(223,25,149); }
div.DivClassName
{
background-color: #DF1995;
}
.BgClassName
{
background-color: #DF1995;
}
</style>
border-color css
<style>
span { border-color: #DF1995; }
span { border-color: rgb(223,25,149); }
td.TdClassName
{
border-color: #DF1995;
}
.TagClassName
{
border-color: #DF1995;
}
</style>