Shades of Medium Violet Red #DF0384
Tints of Medium Violet Red #DF0384
RGB
CMYK
RGB Variations
Color information
#DF0384 (or 0xDF0384) is known color: Medium Violet Red. HEX triplet: DF, 03 and 84. RGB value is (223,3,132). Sum of RGB (Red+Green+Blue) = 223+3+132=358 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.29% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0384 is #20FC7B. Grayscale: #535353. Windows color (decimal): -2161788 or 8651743. OLE color: 8651743.
HSL color Cylindrical-coordinate representation of color #DF0384: hue angle of 324.82º 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 #DF0384 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 132 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.13 |
| HSL | 324.82º | 0.97% | 0.44% | - |
| HSV(B) | 324.82º | 0.99% | 0.87% | - |
| XYZ | 34.63 | 17.42 | 23.37 | - |
| YUV | 83.49 | 155.39 | 227.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 132 | 0 | 0.99 | 0.41 | 0.13 | 324.82 | 0.97 | 0.44 |
| Hex | DF | 3 | 84 | 0 | 63 | 29 | D | 145 | 61 | 2C |
| Octal | 337 | 3 | 204 | 0 | 143 | 51 | 15 | 505 | 141 | 54 |
| Binary | 11011111 | 11 | 10000100 | 0 | 1100011 | 101001 | 1101 | 101000101 | 1100001 | 101100 |
Color Harmonies of #DF0384
Complementary color
Monochromatic Colors of #DF0384
Black with #DF0384
Text Example
Text Example
White with #DF0384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0384; }
p { color: rgb(223,3,132); }
H1.HeaderClassName
{
color: #DF0384;
}
.AnyTagClassName
{
color: #DF0384;
}
</style>
background-color css
<style>
a { background-color: #DF0384; }
a { background-color: rgb(223,3,132); }
div.DivClassName
{
background-color: #DF0384;
}
.BgClassName
{
background-color: #DF0384;
}
</style>
border-color css
<style>
span { border-color: #DF0384; }
span { border-color: rgb(223,3,132); }
td.TdClassName
{
border-color: #DF0384;
}
.TagClassName
{
border-color: #DF0384;
}
</style>