Shades of Medium Violet Red #DF0284
Tints of Medium Violet Red #DF0284
RGB
CMYK
RGB Variations
Color information
#DF0284 (or 0xDF0284) is known color: Medium Violet Red. HEX triplet: DF, 02 and 84. RGB value is (223,2,132). Sum of RGB (Red+Green+Blue) = 223+2+132=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0284 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0284 is #20FD7B. Grayscale: #525252. Windows color (decimal): -2162044 or 8651487. OLE color: 8651487.
HSL color Cylindrical-coordinate representation of color #DF0284: hue angle of 324.71º 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 #DF0284 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 132 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.13 |
| HSL | 324.71º | 0.98% | 0.44% | - |
| HSV(B) | 324.71º | 0.99% | 0.87% | - |
| XYZ | 34.62 | 17.4 | 23.36 | - |
| YUV | 82.9 | 155.72 | 227.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 132 | 0 | 0.99 | 0.41 | 0.13 | 324.71 | 0.98 | 0.44 |
| Hex | DF | 2 | 84 | 0 | 63 | 29 | D | 145 | 62 | 2C |
| Octal | 337 | 2 | 204 | 0 | 143 | 51 | 15 | 505 | 142 | 54 |
| Binary | 11011111 | 10 | 10000100 | 0 | 1100011 | 101001 | 1101 | 101000101 | 1100010 | 101100 |
Color Harmonies of #DF0284
Complementary color
Monochromatic Colors of #DF0284
Black with #DF0284
Text Example
Text Example
White with #DF0284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0284; }
p { color: rgb(223,2,132); }
H1.HeaderClassName
{
color: #DF0284;
}
.AnyTagClassName
{
color: #DF0284;
}
</style>
background-color css
<style>
a { background-color: #DF0284; }
a { background-color: rgb(223,2,132); }
div.DivClassName
{
background-color: #DF0284;
}
.BgClassName
{
background-color: #DF0284;
}
</style>
border-color css
<style>
span { border-color: #DF0284; }
span { border-color: rgb(223,2,132); }
td.TdClassName
{
border-color: #DF0284;
}
.TagClassName
{
border-color: #DF0284;
}
</style>