Shades of Medium Violet Red #DF017C
Tints of Medium Violet Red #DF017C
RGB
CMYK
RGB Variations
Color information
#DF017C (or 0xDF017C) is known color: Medium Violet Red. HEX triplet: DF, 01 and 7C. RGB value is (223,1,124). Sum of RGB (Red+Green+Blue) = 223+1+124=348 (46% of max value = 765). Red value is 223 (87.5% from 255 or 64.08% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 223 - color contains mainly: red. Hex color #DF017C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF017C is #20FE83. Grayscale: #515151. Windows color (decimal): -2162308 or 8126943. OLE color: 8126943.
HSL color Cylindrical-coordinate representation of color #DF017C: hue angle of 326.76º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF017C is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 124 | - |
| CMYK | 0 | 1.00 | 0.44 | 0.13 |
| HSL | 326.76º | 0.99% | 0.44% | - |
| HSV(B) | 326.76º | 1% | 0.87% | - |
| XYZ | 34.08 | 17.16 | 20.59 | - |
| YUV | 81.4 | 152.05 | 229 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 124 | 0 | 1.00 | 0.44 | 0.13 | 326.76 | 0.99 | 0.44 |
| Hex | DF | 1 | 7C | 0 | 64 | 2C | D | 147 | 63 | 2C |
| Octal | 337 | 1 | 174 | 0 | 144 | 54 | 15 | 507 | 143 | 54 |
| Binary | 11011111 | 1 | 1111100 | 0 | 1100100 | 101100 | 1101 | 101000111 | 1100011 | 101100 |
Color Harmonies of #DF017C
Complementary color
Monochromatic Colors of #DF017C
Black with #DF017C
Text Example
Text Example
White with #DF017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF017C; }
p { color: rgb(223,1,124); }
H1.HeaderClassName
{
color: #DF017C;
}
.AnyTagClassName
{
color: #DF017C;
}
</style>
background-color css
<style>
a { background-color: #DF017C; }
a { background-color: rgb(223,1,124); }
div.DivClassName
{
background-color: #DF017C;
}
.BgClassName
{
background-color: #DF017C;
}
</style>
border-color css
<style>
span { border-color: #DF017C; }
span { border-color: rgb(223,1,124); }
td.TdClassName
{
border-color: #DF017C;
}
.TagClassName
{
border-color: #DF017C;
}
</style>