Shades of Medium Violet Red #DF0981
Tints of Medium Violet Red #DF0981
RGB
CMYK
RGB Variations
Color information
#DF0981 (or 0xDF0981) is known color: Medium Violet Red. HEX triplet: DF, 09 and 81. RGB value is (223,9,129). Sum of RGB (Red+Green+Blue) = 223+9+129=361 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.77% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0981 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0981 is #20F67E. Grayscale: #565656. Windows color (decimal): -2160255 or 8456671. OLE color: 8456671.
HSL color Cylindrical-coordinate representation of color #DF0981: hue angle of 326.36º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0981 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 129 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.13 |
| HSL | 326.36º | 0.92% | 0.45% | - |
| HSV(B) | 326.36º | 0.96% | 0.87% | - |
| XYZ | 34.49 | 17.47 | 22.32 | - |
| YUV | 86.67 | 151.9 | 225.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 129 | 0 | 0.96 | 0.42 | 0.13 | 326.36 | 0.92 | 0.45 |
| Hex | DF | 9 | 81 | 0 | 60 | 2A | D | 146 | 5C | 2D |
| Octal | 337 | 11 | 201 | 0 | 140 | 52 | 15 | 506 | 134 | 55 |
| Binary | 11011111 | 1001 | 10000001 | 0 | 1100000 | 101010 | 1101 | 101000110 | 1011100 | 101101 |
Color Harmonies of #DF0981
Complementary color
Monochromatic Colors of #DF0981
Black with #DF0981
Text Example
Text Example
White with #DF0981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0981; }
p { color: rgb(223,9,129); }
H1.HeaderClassName
{
color: #DF0981;
}
.AnyTagClassName
{
color: #DF0981;
}
</style>
background-color css
<style>
a { background-color: #DF0981; }
a { background-color: rgb(223,9,129); }
div.DivClassName
{
background-color: #DF0981;
}
.BgClassName
{
background-color: #DF0981;
}
</style>
border-color css
<style>
span { border-color: #DF0981; }
span { border-color: rgb(223,9,129); }
td.TdClassName
{
border-color: #DF0981;
}
.TagClassName
{
border-color: #DF0981;
}
</style>