Shades of Medium Violet Red #DF087F
Tints of Medium Violet Red #DF087F
RGB
CMYK
RGB Variations
Color information
#DF087F (or 0xDF087F) is known color: Medium Violet Red. HEX triplet: DF, 08 and 7F. RGB value is (223,8,127). Sum of RGB (Red+Green+Blue) = 223+8+127=358 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.29% from 358); Green value is 8 (3.52% from 255 or 2.23% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 223 - color contains mainly: red. Hex color #DF087F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF087F is #20F780. Grayscale: #555555. Windows color (decimal): -2160513 or 8325343. OLE color: 8325343.
HSL color Cylindrical-coordinate representation of color #DF087F: hue angle of 326.79º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF087F is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 127 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.13 |
| HSL | 326.79º | 0.93% | 0.45% | - |
| HSV(B) | 326.79º | 0.96% | 0.87% | - |
| XYZ | 34.35 | 17.39 | 21.63 | - |
| YUV | 85.85 | 151.23 | 225.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 127 | 0 | 0.96 | 0.43 | 0.13 | 326.79 | 0.93 | 0.45 |
| Hex | DF | 8 | 7F | 0 | 60 | 2B | D | 147 | 5D | 2D |
| Octal | 337 | 10 | 177 | 0 | 140 | 53 | 15 | 507 | 135 | 55 |
| Binary | 11011111 | 1000 | 1111111 | 0 | 1100000 | 101011 | 1101 | 101000111 | 1011101 | 101101 |
Color Harmonies of #DF087F
Complementary color
Monochromatic Colors of #DF087F
Black with #DF087F
Text Example
Text Example
White with #DF087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF087F; }
p { color: rgb(223,8,127); }
H1.HeaderClassName
{
color: #DF087F;
}
.AnyTagClassName
{
color: #DF087F;
}
</style>
background-color css
<style>
a { background-color: #DF087F; }
a { background-color: rgb(223,8,127); }
div.DivClassName
{
background-color: #DF087F;
}
.BgClassName
{
background-color: #DF087F;
}
</style>
border-color css
<style>
span { border-color: #DF087F; }
span { border-color: rgb(223,8,127); }
td.TdClassName
{
border-color: #DF087F;
}
.TagClassName
{
border-color: #DF087F;
}
</style>