Shades of Medium Violet Red #DF0482
Tints of Medium Violet Red #DF0482
RGB
CMYK
RGB Variations
Color information
#DF0482 (or 0xDF0482) is known color: Medium Violet Red. HEX triplet: DF, 04 and 82. RGB value is (223,4,130). Sum of RGB (Red+Green+Blue) = 223+4+130=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 4 (1.95% from 255 or 1.12% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0482 is #20FB7D. Grayscale: #535353. Windows color (decimal): -2161534 or 8520927. OLE color: 8520927.
HSL color Cylindrical-coordinate representation of color #DF0482: hue angle of 325.48º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF0482 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 130 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.13 |
| HSL | 325.48º | 0.96% | 0.45% | - |
| HSV(B) | 325.48º | 0.98% | 0.87% | - |
| XYZ | 34.5 | 17.39 | 22.66 | - |
| YUV | 83.85 | 154.05 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 130 | 0 | 0.98 | 0.42 | 0.13 | 325.48 | 0.96 | 0.45 |
| Hex | DF | 4 | 82 | 0 | 62 | 2A | D | 145 | 60 | 2D |
| Octal | 337 | 4 | 202 | 0 | 142 | 52 | 15 | 505 | 140 | 55 |
| Binary | 11011111 | 100 | 10000010 | 0 | 1100010 | 101010 | 1101 | 101000101 | 1100000 | 101101 |
Color Harmonies of #DF0482
Complementary color
Monochromatic Colors of #DF0482
Black with #DF0482
Text Example
Text Example
White with #DF0482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0482; }
p { color: rgb(223,4,130); }
H1.HeaderClassName
{
color: #DF0482;
}
.AnyTagClassName
{
color: #DF0482;
}
</style>
background-color css
<style>
a { background-color: #DF0482; }
a { background-color: rgb(223,4,130); }
div.DivClassName
{
background-color: #DF0482;
}
.BgClassName
{
background-color: #DF0482;
}
</style>
border-color css
<style>
span { border-color: #DF0482; }
span { border-color: rgb(223,4,130); }
td.TdClassName
{
border-color: #DF0482;
}
.TagClassName
{
border-color: #DF0482;
}
</style>