Shades of Medium Violet Red #DF1988
Tints of Medium Violet Red #DF1988
RGB
CMYK
RGB Variations
Color information
#DF1988 (or 0xDF1988) is known color: Medium Violet Red. HEX triplet: DF, 19 and 88. RGB value is (223,25,136). Sum of RGB (Red+Green+Blue) = 223+25+136=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1988 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF1988 is #20E677. Grayscale: #606060. Windows color (decimal): -2156152 or 8919519. OLE color: 8919519.
HSL color Cylindrical-coordinate representation of color #DF1988: hue angle of 326.36º 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 #DF1988 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 25 | 136 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.13 |
| HSL | 326.36º | 0.8% | 0.49% | - |
| HSV(B) | 326.36º | 0.89% | 0.87% | - |
| XYZ | 35.22 | 18.16 | 24.94 | - |
| YUV | 96.86 | 150.1 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 136 | 0 | 0.89 | 0.39 | 0.13 | 326.36 | 0.8 | 0.49 |
| Hex | DF | 19 | 88 | 0 | 59 | 27 | D | 146 | 50 | 31 |
| Octal | 337 | 31 | 210 | 0 | 131 | 47 | 15 | 506 | 120 | 61 |
| Binary | 11011111 | 11001 | 10001000 | 0 | 1011001 | 100111 | 1101 | 101000110 | 1010000 | 110001 |
Color Harmonies of #DF1988
Complementary color
Monochromatic Colors of #DF1988
Black with #DF1988
Text Example
Text Example
White with #DF1988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1988; }
p { color: rgb(223,25,136); }
H1.HeaderClassName
{
color: #DF1988;
}
.AnyTagClassName
{
color: #DF1988;
}
</style>
background-color css
<style>
a { background-color: #DF1988; }
a { background-color: rgb(223,25,136); }
div.DivClassName
{
background-color: #DF1988;
}
.BgClassName
{
background-color: #DF1988;
}
</style>
border-color css
<style>
span { border-color: #DF1988; }
span { border-color: rgb(223,25,136); }
td.TdClassName
{
border-color: #DF1988;
}
.TagClassName
{
border-color: #DF1988;
}
</style>