Shades of Medium Violet Red #DF027F
Tints of Medium Violet Red #DF027F
RGB
CMYK
RGB Variations
Color information
#DF027F (or 0xDF027F) is known color: Medium Violet Red. HEX triplet: DF, 02 and 7F. RGB value is (223,2,127). Sum of RGB (Red+Green+Blue) = 223+2+127=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF027F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF027F is #20FD80. Grayscale: #525252. Windows color (decimal): -2162049 or 8323807. OLE color: 8323807.
HSL color Cylindrical-coordinate representation of color #DF027F: hue angle of 326.06º 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 #DF027F is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 127 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.13 |
| HSL | 326.06º | 0.98% | 0.44% | - |
| HSV(B) | 326.06º | 0.99% | 0.87% | - |
| XYZ | 34.28 | 17.26 | 21.6 | - |
| YUV | 82.33 | 153.22 | 228.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 127 | 0 | 0.99 | 0.43 | 0.13 | 326.06 | 0.98 | 0.44 |
| Hex | DF | 2 | 7F | 0 | 63 | 2B | D | 146 | 62 | 2C |
| Octal | 337 | 2 | 177 | 0 | 143 | 53 | 15 | 506 | 142 | 54 |
| Binary | 11011111 | 10 | 1111111 | 0 | 1100011 | 101011 | 1101 | 101000110 | 1100010 | 101100 |
Color Harmonies of #DF027F
Complementary color
Monochromatic Colors of #DF027F
Black with #DF027F
Text Example
Text Example
White with #DF027F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF027F; }
p { color: rgb(223,2,127); }
H1.HeaderClassName
{
color: #DF027F;
}
.AnyTagClassName
{
color: #DF027F;
}
</style>
background-color css
<style>
a { background-color: #DF027F; }
a { background-color: rgb(223,2,127); }
div.DivClassName
{
background-color: #DF027F;
}
.BgClassName
{
background-color: #DF027F;
}
</style>
border-color css
<style>
span { border-color: #DF027F; }
span { border-color: rgb(223,2,127); }
td.TdClassName
{
border-color: #DF027F;
}
.TagClassName
{
border-color: #DF027F;
}
</style>