Shades of Medium Violet Red #DF1897
Tints of Medium Violet Red #DF1897
RGB
CMYK
RGB Variations
Color information
#DF1897 (or 0xDF1897) is known color: Medium Violet Red. HEX triplet: DF, 18 and 97. RGB value is (223,24,151). Sum of RGB (Red+Green+Blue) = 223+24+151=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 24 (9.77% from 255 or 6.03% from 398); Blue value is 151 (59.38% from 255 or 37.94% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1897 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF1897 is #20E768. Grayscale: #616161. Windows color (decimal): -2156393 or 9902303. OLE color: 9902303.
HSL color Cylindrical-coordinate representation of color #DF1897: hue angle of 321.71º degrees, saturation: 0.81, 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 #DF1897 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 24 | 151 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.13 |
| HSL | 321.71º | 0.81% | 0.48% | - |
| HSV(B) | 321.71º | 0.89% | 0.87% | - |
| XYZ | 36.34 | 18.58 | 30.95 | - |
| YUV | 97.98 | 157.93 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 151 | 0 | 0.89 | 0.32 | 0.13 | 321.71 | 0.81 | 0.48 |
| Hex | DF | 18 | 97 | 0 | 59 | 20 | D | 142 | 51 | 30 |
| Octal | 337 | 30 | 227 | 0 | 131 | 40 | 15 | 502 | 121 | 60 |
| Binary | 11011111 | 11000 | 10010111 | 0 | 1011001 | 100000 | 1101 | 101000010 | 1010001 | 110000 |
Color Harmonies of #DF1897
Complementary color
Monochromatic Colors of #DF1897
Black with #DF1897
Text Example
Text Example
White with #DF1897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1897; }
p { color: rgb(223,24,151); }
H1.HeaderClassName
{
color: #DF1897;
}
.AnyTagClassName
{
color: #DF1897;
}
</style>
background-color css
<style>
a { background-color: #DF1897; }
a { background-color: rgb(223,24,151); }
div.DivClassName
{
background-color: #DF1897;
}
.BgClassName
{
background-color: #DF1897;
}
</style>
border-color css
<style>
span { border-color: #DF1897; }
span { border-color: rgb(223,24,151); }
td.TdClassName
{
border-color: #DF1897;
}
.TagClassName
{
border-color: #DF1897;
}
</style>