Shades of Medium Violet Red #DF1882
Tints of Medium Violet Red #DF1882
RGB
CMYK
RGB Variations
Color information
#DF1882 (or 0xDF1882) is known color: Medium Violet Red. HEX triplet: DF, 18 and 82. RGB value is (223,24,130). Sum of RGB (Red+Green+Blue) = 223+24+130=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 24 (9.77% from 255 or 6.37% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF1882 is #20E77D. Grayscale: #5F5F5F. Windows color (decimal): -2156414 or 8526047. OLE color: 8526047.
HSL color Cylindrical-coordinate representation of color #DF1882: hue angle of 328.04º 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 #DF1882 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 24 | 130 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.13 |
| HSL | 328.04º | 0.81% | 0.48% | - |
| HSV(B) | 328.04º | 0.89% | 0.87% | - |
| XYZ | 34.79 | 17.95 | 22.75 | - |
| YUV | 95.59 | 147.43 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 130 | 0 | 0.89 | 0.42 | 0.13 | 328.04 | 0.81 | 0.48 |
| Hex | DF | 18 | 82 | 0 | 59 | 2A | D | 148 | 51 | 30 |
| Octal | 337 | 30 | 202 | 0 | 131 | 52 | 15 | 510 | 121 | 60 |
| Binary | 11011111 | 11000 | 10000010 | 0 | 1011001 | 101010 | 1101 | 101001000 | 1010001 | 110000 |
Color Harmonies of #DF1882
Complementary color
Monochromatic Colors of #DF1882
Black with #DF1882
Text Example
Text Example
White with #DF1882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1882; }
p { color: rgb(223,24,130); }
H1.HeaderClassName
{
color: #DF1882;
}
.AnyTagClassName
{
color: #DF1882;
}
</style>
background-color css
<style>
a { background-color: #DF1882; }
a { background-color: rgb(223,24,130); }
div.DivClassName
{
background-color: #DF1882;
}
.BgClassName
{
background-color: #DF1882;
}
</style>
border-color css
<style>
span { border-color: #DF1882; }
span { border-color: rgb(223,24,130); }
td.TdClassName
{
border-color: #DF1882;
}
.TagClassName
{
border-color: #DF1882;
}
</style>