Shades of Medium Violet Red #DF037C
Tints of Medium Violet Red #DF037C
RGB
CMYK
RGB Variations
Color information
#DF037C (or 0xDF037C) is known color: Medium Violet Red. HEX triplet: DF, 03 and 7C. RGB value is (223,3,124). Sum of RGB (Red+Green+Blue) = 223+3+124=350 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.71% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 223 - color contains mainly: red. Hex color #DF037C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF037C is #20FC83. Grayscale: #525252. Windows color (decimal): -2161796 or 8127455. OLE color: 8127455.
HSL color Cylindrical-coordinate representation of color #DF037C: hue angle of 327º 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 #DF037C is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 124 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.13 |
| HSL | 327º | 0.97% | 0.44% | - |
| HSV(B) | 327º | 0.99% | 0.87% | - |
| XYZ | 34.1 | 17.21 | 20.59 | - |
| YUV | 82.57 | 151.39 | 228.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 124 | 0 | 0.99 | 0.44 | 0.13 | 327 | 0.97 | 0.44 |
| Hex | DF | 3 | 7C | 0 | 63 | 2C | D | 147 | 61 | 2C |
| Octal | 337 | 3 | 174 | 0 | 143 | 54 | 15 | 507 | 141 | 54 |
| Binary | 11011111 | 11 | 1111100 | 0 | 1100011 | 101100 | 1101 | 101000111 | 1100001 | 101100 |
Color Harmonies of #DF037C
Complementary color
Monochromatic Colors of #DF037C
Black with #DF037C
Text Example
Text Example
White with #DF037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF037C; }
p { color: rgb(223,3,124); }
H1.HeaderClassName
{
color: #DF037C;
}
.AnyTagClassName
{
color: #DF037C;
}
</style>
background-color css
<style>
a { background-color: #DF037C; }
a { background-color: rgb(223,3,124); }
div.DivClassName
{
background-color: #DF037C;
}
.BgClassName
{
background-color: #DF037C;
}
</style>
border-color css
<style>
span { border-color: #DF037C; }
span { border-color: rgb(223,3,124); }
td.TdClassName
{
border-color: #DF037C;
}
.TagClassName
{
border-color: #DF037C;
}
</style>