Shades of Medium Violet Red #DF027E
Tints of Medium Violet Red #DF027E
RGB
CMYK
RGB Variations
Color information
#DF027E (or 0xDF027E) is known color: Medium Violet Red. HEX triplet: DF, 02 and 7E. RGB value is (223,2,126). Sum of RGB (Red+Green+Blue) = 223+2+126=351 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.53% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 223 - color contains mainly: red. Hex color #DF027E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF027E is #20FD81. Grayscale: #515151. Windows color (decimal): -2162050 or 8258271. OLE color: 8258271.
HSL color Cylindrical-coordinate representation of color #DF027E: hue angle of 326.33º 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 #DF027E is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 126 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.13 |
| HSL | 326.33º | 0.98% | 0.44% | - |
| HSV(B) | 326.33º | 0.99% | 0.87% | - |
| XYZ | 34.22 | 17.24 | 21.26 | - |
| YUV | 82.22 | 152.72 | 228.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 126 | 0 | 0.99 | 0.43 | 0.13 | 326.33 | 0.98 | 0.44 |
| Hex | DF | 2 | 7E | 0 | 63 | 2B | D | 146 | 62 | 2C |
| Octal | 337 | 2 | 176 | 0 | 143 | 53 | 15 | 506 | 142 | 54 |
| Binary | 11011111 | 10 | 1111110 | 0 | 1100011 | 101011 | 1101 | 101000110 | 1100010 | 101100 |
Color Harmonies of #DF027E
Complementary color
Monochromatic Colors of #DF027E
Black with #DF027E
Text Example
Text Example
White with #DF027E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF027E; }
p { color: rgb(223,2,126); }
H1.HeaderClassName
{
color: #DF027E;
}
.AnyTagClassName
{
color: #DF027E;
}
</style>
background-color css
<style>
a { background-color: #DF027E; }
a { background-color: rgb(223,2,126); }
div.DivClassName
{
background-color: #DF027E;
}
.BgClassName
{
background-color: #DF027E;
}
</style>
border-color css
<style>
span { border-color: #DF027E; }
span { border-color: rgb(223,2,126); }
td.TdClassName
{
border-color: #DF027E;
}
.TagClassName
{
border-color: #DF027E;
}
</style>