Shades of Medium Violet Red #DF0087
Tints of Medium Violet Red #DF0087
RGB
CMYK
RGB Variations
Color information
#DF0087 (or 0xDF0087) is known color: Medium Violet Red. HEX triplet: DF, 00 and 87. RGB value is (223,0,135). Sum of RGB (Red+Green+Blue) = 223+0+135=358 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.29% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 135 (53.12% from 255 or 37.71% from 358); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0087 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0087 is #20FF78. Grayscale: #515151. Windows color (decimal): -2162553 or 8847583. OLE color: 8847583.
HSL color Cylindrical-coordinate representation of color #DF0087: hue angle of 323.68º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0087 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 135 | - |
| CMYK | 0 | 1 | 0.39 | 0.13 |
| HSL | 323.68º | 1% | 0.44% | - |
| HSV(B) | 323.68º | 1% | 0.87% | - |
| XYZ | 34.8 | 17.44 | 24.45 | - |
| YUV | 82.07 | 157.88 | 228.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 135 | 0 | 1 | 0.39 | 0.13 | 323.68 | 1 | 0.44 |
| Hex | DF | 0 | 87 | 0 | 64 | 27 | D | 144 | 64 | 2C |
| Octal | 337 | 0 | 207 | 0 | 144 | 47 | 15 | 504 | 144 | 54 |
| Binary | 11011111 | 0 | 10000111 | 0 | 1100100 | 100111 | 1101 | 101000100 | 1100100 | 101100 |
Color Harmonies of #DF0087
Complementary color
Monochromatic Colors of #DF0087
Black with #DF0087
Text Example
Text Example
White with #DF0087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0087; }
p { color: rgb(223,0,135); }
H1.HeaderClassName
{
color: #DF0087;
}
.AnyTagClassName
{
color: #DF0087;
}
</style>
background-color css
<style>
a { background-color: #DF0087; }
a { background-color: rgb(223,0,135); }
div.DivClassName
{
background-color: #DF0087;
}
.BgClassName
{
background-color: #DF0087;
}
</style>
border-color css
<style>
span { border-color: #DF0087; }
span { border-color: rgb(223,0,135); }
td.TdClassName
{
border-color: #DF0087;
}
.TagClassName
{
border-color: #DF0087;
}
</style>