Shades of Medium Violet Red #DF1486
Tints of Medium Violet Red #DF1486
RGB
CMYK
RGB Variations
Color information
#DF1486 (or 0xDF1486) is known color: Medium Violet Red. HEX triplet: DF, 14 and 86. RGB value is (223,20,134). Sum of RGB (Red+Green+Blue) = 223+20+134=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1486 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF1486 is #20EB79. Grayscale: #5D5D5D. Windows color (decimal): -2157434 or 8787167. OLE color: 8787167.
HSL color Cylindrical-coordinate representation of color #DF1486: hue angle of 326.31º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF1486 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 20 | 134 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.13 |
| HSL | 326.31º | 0.84% | 0.48% | - |
| HSV(B) | 326.31º | 0.91% | 0.87% | - |
| XYZ | 34.98 | 17.91 | 24.17 | - |
| YUV | 93.69 | 150.75 | 220.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 20 | 134 | 0 | 0.91 | 0.40 | 0.13 | 326.31 | 0.84 | 0.48 |
| Hex | DF | 14 | 86 | 0 | 5B | 28 | D | 146 | 54 | 30 |
| Octal | 337 | 24 | 206 | 0 | 133 | 50 | 15 | 506 | 124 | 60 |
| Binary | 11011111 | 10100 | 10000110 | 0 | 1011011 | 101000 | 1101 | 101000110 | 1010100 | 110000 |
Color Harmonies of #DF1486
Complementary color
Monochromatic Colors of #DF1486
Black with #DF1486
Text Example
Text Example
White with #DF1486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1486; }
p { color: rgb(223,20,134); }
H1.HeaderClassName
{
color: #DF1486;
}
.AnyTagClassName
{
color: #DF1486;
}
</style>
background-color css
<style>
a { background-color: #DF1486; }
a { background-color: rgb(223,20,134); }
div.DivClassName
{
background-color: #DF1486;
}
.BgClassName
{
background-color: #DF1486;
}
</style>
border-color css
<style>
span { border-color: #DF1486; }
span { border-color: rgb(223,20,134); }
td.TdClassName
{
border-color: #DF1486;
}
.TagClassName
{
border-color: #DF1486;
}
</style>