Shades of Medium Violet Red #DF188B
Tints of Medium Violet Red #DF188B
RGB
CMYK
RGB Variations
Color information
#DF188B (or 0xDF188B) is known color: Medium Violet Red. HEX triplet: DF, 18 and 8B. RGB value is (223,24,139). Sum of RGB (Red+Green+Blue) = 223+24+139=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 24 (9.77% from 255 or 6.22% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF188B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF188B is #20E774. Grayscale: #606060. Windows color (decimal): -2156405 or 9115871. OLE color: 9115871.
HSL color Cylindrical-coordinate representation of color #DF188B: hue angle of 325.33º 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 #DF188B is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 24 | 139 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.13 |
| HSL | 325.33º | 0.81% | 0.48% | - |
| HSV(B) | 325.33º | 0.89% | 0.87% | - |
| XYZ | 35.42 | 18.21 | 26.07 | - |
| YUV | 96.61 | 151.93 | 218.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 139 | 0 | 0.89 | 0.38 | 0.13 | 325.33 | 0.81 | 0.48 |
| Hex | DF | 18 | 8B | 0 | 59 | 26 | D | 145 | 51 | 30 |
| Octal | 337 | 30 | 213 | 0 | 131 | 46 | 15 | 505 | 121 | 60 |
| Binary | 11011111 | 11000 | 10001011 | 0 | 1011001 | 100110 | 1101 | 101000101 | 1010001 | 110000 |
Color Harmonies of #DF188B
Complementary color
Monochromatic Colors of #DF188B
Black with #DF188B
Text Example
Text Example
White with #DF188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF188B; }
p { color: rgb(223,24,139); }
H1.HeaderClassName
{
color: #DF188B;
}
.AnyTagClassName
{
color: #DF188B;
}
</style>
background-color css
<style>
a { background-color: #DF188B; }
a { background-color: rgb(223,24,139); }
div.DivClassName
{
background-color: #DF188B;
}
.BgClassName
{
background-color: #DF188B;
}
</style>
border-color css
<style>
span { border-color: #DF188B; }
span { border-color: rgb(223,24,139); }
td.TdClassName
{
border-color: #DF188B;
}
.TagClassName
{
border-color: #DF188B;
}
</style>