Shades of Medium Violet Red #DF0380
Tints of Medium Violet Red #DF0380
RGB
CMYK
RGB Variations
Color information
#DF0380 (or 0xDF0380) is known color: Medium Violet Red. HEX triplet: DF, 03 and 80. RGB value is (223,3,128). Sum of RGB (Red+Green+Blue) = 223+3+128=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 3 (1.56% from 255 or 0.85% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0380 is #20FC7F. Grayscale: #525252. Windows color (decimal): -2161792 or 8389599. OLE color: 8389599.
HSL color Cylindrical-coordinate representation of color #DF0380: hue angle of 325.91º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF0380 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 128 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.13 |
| HSL | 325.91º | 0.97% | 0.44% | - |
| HSV(B) | 325.91º | 0.99% | 0.87% | - |
| XYZ | 34.36 | 17.31 | 21.95 | - |
| YUV | 83.03 | 153.39 | 227.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 128 | 0 | 0.99 | 0.43 | 0.13 | 325.91 | 0.97 | 0.44 |
| Hex | DF | 3 | 80 | 0 | 63 | 2B | D | 146 | 61 | 2C |
| Octal | 337 | 3 | 200 | 0 | 143 | 53 | 15 | 506 | 141 | 54 |
| Binary | 11011111 | 11 | 10000000 | 0 | 1100011 | 101011 | 1101 | 101000110 | 1100001 | 101100 |
Color Harmonies of #DF0380
Complementary color
Monochromatic Colors of #DF0380
Black with #DF0380
Text Example
Text Example
White with #DF0380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0380; }
p { color: rgb(223,3,128); }
H1.HeaderClassName
{
color: #DF0380;
}
.AnyTagClassName
{
color: #DF0380;
}
</style>
background-color css
<style>
a { background-color: #DF0380; }
a { background-color: rgb(223,3,128); }
div.DivClassName
{
background-color: #DF0380;
}
.BgClassName
{
background-color: #DF0380;
}
</style>
border-color css
<style>
span { border-color: #DF0380; }
span { border-color: rgb(223,3,128); }
td.TdClassName
{
border-color: #DF0380;
}
.TagClassName
{
border-color: #DF0380;
}
</style>