Shades of Medium Violet Red #DF058B
Tints of Medium Violet Red #DF058B
RGB
CMYK
RGB Variations
Color information
#DF058B (or 0xDF058B) is known color: Medium Violet Red. HEX triplet: DF, 05 and 8B. RGB value is (223,5,139). Sum of RGB (Red+Green+Blue) = 223+5+139=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF058B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF058B is #20FA74. Grayscale: #555555. Windows color (decimal): -2161269 or 9111007. OLE color: 9111007.
HSL color Cylindrical-coordinate representation of color #DF058B: hue angle of 323.12º 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 #DF058B is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 139 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.13 |
| HSL | 323.12º | 0.96% | 0.45% | - |
| HSV(B) | 323.12º | 0.98% | 0.87% | - |
| XYZ | 35.15 | 17.66 | 25.98 | - |
| YUV | 85.46 | 158.22 | 226.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 139 | 0 | 0.98 | 0.38 | 0.13 | 323.12 | 0.96 | 0.45 |
| Hex | DF | 5 | 8B | 0 | 62 | 26 | D | 143 | 60 | 2D |
| Octal | 337 | 5 | 213 | 0 | 142 | 46 | 15 | 503 | 140 | 55 |
| Binary | 11011111 | 101 | 10001011 | 0 | 1100010 | 100110 | 1101 | 101000011 | 1100000 | 101101 |
Color Harmonies of #DF058B
Complementary color
Monochromatic Colors of #DF058B
Black with #DF058B
Text Example
Text Example
White with #DF058B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF058B; }
p { color: rgb(223,5,139); }
H1.HeaderClassName
{
color: #DF058B;
}
.AnyTagClassName
{
color: #DF058B;
}
</style>
background-color css
<style>
a { background-color: #DF058B; }
a { background-color: rgb(223,5,139); }
div.DivClassName
{
background-color: #DF058B;
}
.BgClassName
{
background-color: #DF058B;
}
</style>
border-color css
<style>
span { border-color: #DF058B; }
span { border-color: rgb(223,5,139); }
td.TdClassName
{
border-color: #DF058B;
}
.TagClassName
{
border-color: #DF058B;
}
</style>