Shades of Medium Violet Red #DF107E
Tints of Medium Violet Red #DF107E
RGB
CMYK
RGB Variations
Color information
#DF107E (or 0xDF107E) is known color: Medium Violet Red. HEX triplet: DF, 10 and 7E. RGB value is (223,16,126). Sum of RGB (Red+Green+Blue) = 223+16+126=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF107E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF107E is #20EF81. Grayscale: #5A5A5A. Windows color (decimal): -2158466 or 8261855. OLE color: 8261855.
HSL color Cylindrical-coordinate representation of color #DF107E: hue angle of 328.12º 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 #DF107E is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 126 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.13 |
| HSL | 328.12º | 0.87% | 0.47% | - |
| HSV(B) | 328.12º | 0.93% | 0.87% | - |
| XYZ | 34.38 | 17.56 | 21.32 | - |
| YUV | 90.43 | 148.08 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 126 | 0 | 0.93 | 0.43 | 0.13 | 328.12 | 0.87 | 0.47 |
| Hex | DF | 10 | 7E | 0 | 5D | 2B | D | 148 | 57 | 2F |
| Octal | 337 | 20 | 176 | 0 | 135 | 53 | 15 | 510 | 127 | 57 |
| Binary | 11011111 | 10000 | 1111110 | 0 | 1011101 | 101011 | 1101 | 101001000 | 1010111 | 101111 |
Color Harmonies of #DF107E
Complementary color
Monochromatic Colors of #DF107E
Black with #DF107E
Text Example
Text Example
White with #DF107E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF107E; }
p { color: rgb(223,16,126); }
H1.HeaderClassName
{
color: #DF107E;
}
.AnyTagClassName
{
color: #DF107E;
}
</style>
background-color css
<style>
a { background-color: #DF107E; }
a { background-color: rgb(223,16,126); }
div.DivClassName
{
background-color: #DF107E;
}
.BgClassName
{
background-color: #DF107E;
}
</style>
border-color css
<style>
span { border-color: #DF107E; }
span { border-color: rgb(223,16,126); }
td.TdClassName
{
border-color: #DF107E;
}
.TagClassName
{
border-color: #DF107E;
}
</style>