Shades of Medium Violet Red #DF037D
Tints of Medium Violet Red #DF037D
RGB
CMYK
RGB Variations
Color information
#DF037D (or 0xDF037D) is known color: Medium Violet Red. HEX triplet: DF, 03 and 7D. RGB value is (223,3,125). Sum of RGB (Red+Green+Blue) = 223+3+125=351 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.53% from 351); Green value is 3 (1.56% from 255 or 0.85% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 223 - color contains mainly: red. Hex color #DF037D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF037D is #20FC82. Grayscale: #525252. Windows color (decimal): -2161795 or 8192991. OLE color: 8192991.
HSL color Cylindrical-coordinate representation of color #DF037D: hue angle of 326.73º 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 #DF037D is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 125 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.13 |
| HSL | 326.73º | 0.97% | 0.44% | - |
| HSV(B) | 326.73º | 0.99% | 0.87% | - |
| XYZ | 34.17 | 17.23 | 20.93 | - |
| YUV | 82.69 | 151.89 | 228.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 125 | 0 | 0.99 | 0.44 | 0.13 | 326.73 | 0.97 | 0.44 |
| Hex | DF | 3 | 7D | 0 | 63 | 2C | D | 147 | 61 | 2C |
| Octal | 337 | 3 | 175 | 0 | 143 | 54 | 15 | 507 | 141 | 54 |
| Binary | 11011111 | 11 | 1111101 | 0 | 1100011 | 101100 | 1101 | 101000111 | 1100001 | 101100 |
Color Harmonies of #DF037D
Complementary color
Monochromatic Colors of #DF037D
Black with #DF037D
Text Example
Text Example
White with #DF037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF037D; }
p { color: rgb(223,3,125); }
H1.HeaderClassName
{
color: #DF037D;
}
.AnyTagClassName
{
color: #DF037D;
}
</style>
background-color css
<style>
a { background-color: #DF037D; }
a { background-color: rgb(223,3,125); }
div.DivClassName
{
background-color: #DF037D;
}
.BgClassName
{
background-color: #DF037D;
}
</style>
border-color css
<style>
span { border-color: #DF037D; }
span { border-color: rgb(223,3,125); }
td.TdClassName
{
border-color: #DF037D;
}
.TagClassName
{
border-color: #DF037D;
}
</style>