Shades of Medium Violet Red #DF027C
Tints of Medium Violet Red #DF027C
RGB
CMYK
RGB Variations
Color information
#DF027C (or 0xDF027C) is known color: Medium Violet Red. HEX triplet: DF, 02 and 7C. RGB value is (223,2,124). Sum of RGB (Red+Green+Blue) = 223+2+124=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF027C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF027C is #20FD83. Grayscale: #515151. Windows color (decimal): -2162052 or 8127199. OLE color: 8127199.
HSL color Cylindrical-coordinate representation of color #DF027C: hue angle of 326.88º degrees, saturation: 0.98, 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 #DF027C is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 124 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.13 |
| HSL | 326.88º | 0.98% | 0.44% | - |
| HSV(B) | 326.88º | 0.99% | 0.87% | - |
| XYZ | 34.09 | 17.19 | 20.59 | - |
| YUV | 81.99 | 151.72 | 228.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 124 | 0 | 0.99 | 0.44 | 0.13 | 326.88 | 0.98 | 0.44 |
| Hex | DF | 2 | 7C | 0 | 63 | 2C | D | 147 | 62 | 2C |
| Octal | 337 | 2 | 174 | 0 | 143 | 54 | 15 | 507 | 142 | 54 |
| Binary | 11011111 | 10 | 1111100 | 0 | 1100011 | 101100 | 1101 | 101000111 | 1100010 | 101100 |
Color Harmonies of #DF027C
Complementary color
Monochromatic Colors of #DF027C
Black with #DF027C
Text Example
Text Example
White with #DF027C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF027C; }
p { color: rgb(223,2,124); }
H1.HeaderClassName
{
color: #DF027C;
}
.AnyTagClassName
{
color: #DF027C;
}
</style>
background-color css
<style>
a { background-color: #DF027C; }
a { background-color: rgb(223,2,124); }
div.DivClassName
{
background-color: #DF027C;
}
.BgClassName
{
background-color: #DF027C;
}
</style>
border-color css
<style>
span { border-color: #DF027C; }
span { border-color: rgb(223,2,124); }
td.TdClassName
{
border-color: #DF027C;
}
.TagClassName
{
border-color: #DF027C;
}
</style>