Shades of Medium Violet Red #DF108E
Tints of Medium Violet Red #DF108E
RGB
CMYK
RGB Variations
Color information
#DF108E (or 0xDF108E) is known color: Medium Violet Red. HEX triplet: DF, 10 and 8E. RGB value is (223,16,142). Sum of RGB (Red+Green+Blue) = 223+16+142=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 16 (6.64% from 255 or 4.20% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF108E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF108E is #20EF71. Grayscale: #5B5B5B. Windows color (decimal): -2158450 or 9310431. OLE color: 9310431.
HSL color Cylindrical-coordinate representation of color #DF108E: hue angle of 323.48º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF108E is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 142 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.13 |
| HSL | 323.48º | 0.87% | 0.47% | - |
| HSV(B) | 323.48º | 0.93% | 0.87% | - |
| XYZ | 35.5 | 18.01 | 27.2 | - |
| YUV | 92.26 | 156.08 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 142 | 0 | 0.93 | 0.36 | 0.13 | 323.48 | 0.87 | 0.47 |
| Hex | DF | 10 | 8E | 0 | 5D | 24 | D | 143 | 57 | 2F |
| Octal | 337 | 20 | 216 | 0 | 135 | 44 | 15 | 503 | 127 | 57 |
| Binary | 11011111 | 10000 | 10001110 | 0 | 1011101 | 100100 | 1101 | 101000011 | 1010111 | 101111 |
Color Harmonies of #DF108E
Complementary color
Monochromatic Colors of #DF108E
Black with #DF108E
Text Example
Text Example
White with #DF108E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF108E; }
p { color: rgb(223,16,142); }
H1.HeaderClassName
{
color: #DF108E;
}
.AnyTagClassName
{
color: #DF108E;
}
</style>
background-color css
<style>
a { background-color: #DF108E; }
a { background-color: rgb(223,16,142); }
div.DivClassName
{
background-color: #DF108E;
}
.BgClassName
{
background-color: #DF108E;
}
</style>
border-color css
<style>
span { border-color: #DF108E; }
span { border-color: rgb(223,16,142); }
td.TdClassName
{
border-color: #DF108E;
}
.TagClassName
{
border-color: #DF108E;
}
</style>