Shades of Medium Violet Red #DF0287
Tints of Medium Violet Red #DF0287
RGB
CMYK
RGB Variations
Color information
#DF0287 (or 0xDF0287) is known color: Medium Violet Red. HEX triplet: DF, 02 and 87. RGB value is (223,2,135). Sum of RGB (Red+Green+Blue) = 223+2+135=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0287 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0287 is #20FD78. Grayscale: #525252. Windows color (decimal): -2162041 or 8848095. OLE color: 8848095.
HSL color Cylindrical-coordinate representation of color #DF0287: hue angle of 323.89º 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 #DF0287 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 135 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.13 |
| HSL | 323.89º | 0.98% | 0.44% | - |
| HSV(B) | 323.89º | 0.99% | 0.87% | - |
| XYZ | 34.83 | 17.48 | 24.46 | - |
| YUV | 83.24 | 157.22 | 227.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 135 | 0 | 0.99 | 0.39 | 0.13 | 323.89 | 0.98 | 0.44 |
| Hex | DF | 2 | 87 | 0 | 63 | 27 | D | 144 | 62 | 2C |
| Octal | 337 | 2 | 207 | 0 | 143 | 47 | 15 | 504 | 142 | 54 |
| Binary | 11011111 | 10 | 10000111 | 0 | 1100011 | 100111 | 1101 | 101000100 | 1100010 | 101100 |
Color Harmonies of #DF0287
Complementary color
Monochromatic Colors of #DF0287
Black with #DF0287
Text Example
Text Example
White with #DF0287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0287; }
p { color: rgb(223,2,135); }
H1.HeaderClassName
{
color: #DF0287;
}
.AnyTagClassName
{
color: #DF0287;
}
</style>
background-color css
<style>
a { background-color: #DF0287; }
a { background-color: rgb(223,2,135); }
div.DivClassName
{
background-color: #DF0287;
}
.BgClassName
{
background-color: #DF0287;
}
</style>
border-color css
<style>
span { border-color: #DF0287; }
span { border-color: rgb(223,2,135); }
td.TdClassName
{
border-color: #DF0287;
}
.TagClassName
{
border-color: #DF0287;
}
</style>