Shades of Medium Violet Red #DF188E
Tints of Medium Violet Red #DF188E
RGB
CMYK
RGB Variations
Color information
#DF188E (or 0xDF188E) is known color: Medium Violet Red. HEX triplet: DF, 18 and 8E. RGB value is (223,24,142). Sum of RGB (Red+Green+Blue) = 223+24+142=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 24 (9.77% from 255 or 6.17% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF188E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF188E is #20E771. Grayscale: #606060. Windows color (decimal): -2156402 or 9312479. OLE color: 9312479.
HSL color Cylindrical-coordinate representation of color #DF188E: hue angle of 324.42º 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 #DF188E is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 24 | 142 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.13 |
| HSL | 324.42º | 0.81% | 0.48% | - |
| HSV(B) | 324.42º | 0.89% | 0.87% | - |
| XYZ | 35.64 | 18.29 | 27.24 | - |
| YUV | 96.95 | 153.43 | 217.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 142 | 0 | 0.89 | 0.36 | 0.13 | 324.42 | 0.81 | 0.48 |
| Hex | DF | 18 | 8E | 0 | 59 | 24 | D | 144 | 51 | 30 |
| Octal | 337 | 30 | 216 | 0 | 131 | 44 | 15 | 504 | 121 | 60 |
| Binary | 11011111 | 11000 | 10001110 | 0 | 1011001 | 100100 | 1101 | 101000100 | 1010001 | 110000 |
Color Harmonies of #DF188E
Complementary color
Monochromatic Colors of #DF188E
Black with #DF188E
Text Example
Text Example
White with #DF188E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF188E; }
p { color: rgb(223,24,142); }
H1.HeaderClassName
{
color: #DF188E;
}
.AnyTagClassName
{
color: #DF188E;
}
</style>
background-color css
<style>
a { background-color: #DF188E; }
a { background-color: rgb(223,24,142); }
div.DivClassName
{
background-color: #DF188E;
}
.BgClassName
{
background-color: #DF188E;
}
</style>
border-color css
<style>
span { border-color: #DF188E; }
span { border-color: rgb(223,24,142); }
td.TdClassName
{
border-color: #DF188E;
}
.TagClassName
{
border-color: #DF188E;
}
</style>