Shades of Medium Violet Red #DF187E
Tints of Medium Violet Red #DF187E
RGB
CMYK
RGB Variations
Color information
#DF187E (or 0xDF187E) is known color: Medium Violet Red. HEX triplet: DF, 18 and 7E. RGB value is (223,24,126). Sum of RGB (Red+Green+Blue) = 223+24+126=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF187E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF187E is #20E781. Grayscale: #5E5E5E. Windows color (decimal): -2156418 or 8263903. OLE color: 8263903.
HSL color Cylindrical-coordinate representation of color #DF187E: hue angle of 329.25º 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 #DF187E is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 24 | 126 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.13 |
| HSL | 329.25º | 0.81% | 0.48% | - |
| HSV(B) | 329.25º | 0.89% | 0.87% | - |
| XYZ | 34.52 | 17.85 | 21.36 | - |
| YUV | 95.13 | 145.43 | 219.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 126 | 0 | 0.89 | 0.43 | 0.13 | 329.25 | 0.81 | 0.48 |
| Hex | DF | 18 | 7E | 0 | 59 | 2B | D | 149 | 51 | 30 |
| Octal | 337 | 30 | 176 | 0 | 131 | 53 | 15 | 511 | 121 | 60 |
| Binary | 11011111 | 11000 | 1111110 | 0 | 1011001 | 101011 | 1101 | 101001001 | 1010001 | 110000 |
Color Harmonies of #DF187E
Complementary color
Monochromatic Colors of #DF187E
Black with #DF187E
Text Example
Text Example
White with #DF187E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF187E; }
p { color: rgb(223,24,126); }
H1.HeaderClassName
{
color: #DF187E;
}
.AnyTagClassName
{
color: #DF187E;
}
</style>
background-color css
<style>
a { background-color: #DF187E; }
a { background-color: rgb(223,24,126); }
div.DivClassName
{
background-color: #DF187E;
}
.BgClassName
{
background-color: #DF187E;
}
</style>
border-color css
<style>
span { border-color: #DF187E; }
span { border-color: rgb(223,24,126); }
td.TdClassName
{
border-color: #DF187E;
}
.TagClassName
{
border-color: #DF187E;
}
</style>