Shades of Medium Violet Red #DF058A
Tints of Medium Violet Red #DF058A
RGB
CMYK
RGB Variations
Color information
#DF058A (or 0xDF058A) is known color: Medium Violet Red. HEX triplet: DF, 05 and 8A. RGB value is (223,5,138). Sum of RGB (Red+Green+Blue) = 223+5+138=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 5 (2.34% from 255 or 1.37% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF058A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF058A is #20FA75. Grayscale: #555555. Windows color (decimal): -2161270 or 9045471. OLE color: 9045471.
HSL color Cylindrical-coordinate representation of color #DF058A: hue angle of 323.39º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF058A is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 138 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.13 |
| HSL | 323.39º | 0.96% | 0.45% | - |
| HSV(B) | 323.39º | 0.98% | 0.87% | - |
| XYZ | 35.07 | 17.63 | 25.6 | - |
| YUV | 85.34 | 157.72 | 226.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 138 | 0 | 0.98 | 0.38 | 0.13 | 323.39 | 0.96 | 0.45 |
| Hex | DF | 5 | 8A | 0 | 62 | 26 | D | 143 | 60 | 2D |
| Octal | 337 | 5 | 212 | 0 | 142 | 46 | 15 | 503 | 140 | 55 |
| Binary | 11011111 | 101 | 10001010 | 0 | 1100010 | 100110 | 1101 | 101000011 | 1100000 | 101101 |
Color Harmonies of #DF058A
Complementary color
Monochromatic Colors of #DF058A
Black with #DF058A
Text Example
Text Example
White with #DF058A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF058A; }
p { color: rgb(223,5,138); }
H1.HeaderClassName
{
color: #DF058A;
}
.AnyTagClassName
{
color: #DF058A;
}
</style>
background-color css
<style>
a { background-color: #DF058A; }
a { background-color: rgb(223,5,138); }
div.DivClassName
{
background-color: #DF058A;
}
.BgClassName
{
background-color: #DF058A;
}
</style>
border-color css
<style>
span { border-color: #DF058A; }
span { border-color: rgb(223,5,138); }
td.TdClassName
{
border-color: #DF058A;
}
.TagClassName
{
border-color: #DF058A;
}
</style>