Shades of Medium Violet Red #DF187A
Tints of Medium Violet Red #DF187A
RGB
CMYK
RGB Variations
Color information
#DF187A (or 0xDF187A) is known color: Medium Violet Red. HEX triplet: DF, 18 and 7A. RGB value is (223,24,122). Sum of RGB (Red+Green+Blue) = 223+24+122=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF187A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF187A is #20E785. Grayscale: #5E5E5E. Windows color (decimal): -2156422 or 8001759. OLE color: 8001759.
HSL color Cylindrical-coordinate representation of color #DF187A: hue angle of 330.45º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF187A is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 24 | 122 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.13 |
| HSL | 330.45º | 0.81% | 0.48% | - |
| HSV(B) | 330.45º | 0.89% | 0.87% | - |
| XYZ | 34.27 | 17.75 | 20.03 | - |
| YUV | 94.67 | 143.43 | 219.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 122 | 0 | 0.89 | 0.45 | 0.13 | 330.45 | 0.81 | 0.48 |
| Hex | DF | 18 | 7A | 0 | 59 | 2D | D | 14A | 51 | 30 |
| Octal | 337 | 30 | 172 | 0 | 131 | 55 | 15 | 512 | 121 | 60 |
| Binary | 11011111 | 11000 | 1111010 | 0 | 1011001 | 101101 | 1101 | 101001010 | 1010001 | 110000 |
Color Harmonies of #DF187A
Complementary color
Monochromatic Colors of #DF187A
Black with #DF187A
Text Example
Text Example
White with #DF187A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF187A; }
p { color: rgb(223,24,122); }
H1.HeaderClassName
{
color: #DF187A;
}
.AnyTagClassName
{
color: #DF187A;
}
</style>
background-color css
<style>
a { background-color: #DF187A; }
a { background-color: rgb(223,24,122); }
div.DivClassName
{
background-color: #DF187A;
}
.BgClassName
{
background-color: #DF187A;
}
</style>
border-color css
<style>
span { border-color: #DF187A; }
span { border-color: rgb(223,24,122); }
td.TdClassName
{
border-color: #DF187A;
}
.TagClassName
{
border-color: #DF187A;
}
</style>