Shades of Medium Violet Red #DF0884
Tints of Medium Violet Red #DF0884
RGB
CMYK
RGB Variations
Color information
#DF0884 (or 0xDF0884) is known color: Medium Violet Red. HEX triplet: DF, 08 and 84. RGB value is (223,8,132). Sum of RGB (Red+Green+Blue) = 223+8+132=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 8 (3.52% from 255 or 2.20% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0884 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0884 is #20F77B. Grayscale: #565656. Windows color (decimal): -2160508 or 8653023. OLE color: 8653023.
HSL color Cylindrical-coordinate representation of color #DF0884: hue angle of 325.4º degrees, saturation: 0.93, 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 #DF0884 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 132 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.13 |
| HSL | 325.4º | 0.93% | 0.45% | - |
| HSV(B) | 325.4º | 0.96% | 0.87% | - |
| XYZ | 34.68 | 17.53 | 23.38 | - |
| YUV | 86.42 | 153.73 | 225.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 132 | 0 | 0.96 | 0.41 | 0.13 | 325.4 | 0.93 | 0.45 |
| Hex | DF | 8 | 84 | 0 | 60 | 29 | D | 145 | 5D | 2D |
| Octal | 337 | 10 | 204 | 0 | 140 | 51 | 15 | 505 | 135 | 55 |
| Binary | 11011111 | 1000 | 10000100 | 0 | 1100000 | 101001 | 1101 | 101000101 | 1011101 | 101101 |
Color Harmonies of #DF0884
Complementary color
Monochromatic Colors of #DF0884
Black with #DF0884
Text Example
Text Example
White with #DF0884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0884; }
p { color: rgb(223,8,132); }
H1.HeaderClassName
{
color: #DF0884;
}
.AnyTagClassName
{
color: #DF0884;
}
</style>
background-color css
<style>
a { background-color: #DF0884; }
a { background-color: rgb(223,8,132); }
div.DivClassName
{
background-color: #DF0884;
}
.BgClassName
{
background-color: #DF0884;
}
</style>
border-color css
<style>
span { border-color: #DF0884; }
span { border-color: rgb(223,8,132); }
td.TdClassName
{
border-color: #DF0884;
}
.TagClassName
{
border-color: #DF0884;
}
</style>