Shades of Medium Violet Red #DF1091
Tints of Medium Violet Red #DF1091
RGB
CMYK
RGB Variations
Color information
#DF1091 (or 0xDF1091) is known color: Medium Violet Red. HEX triplet: DF, 10 and 91. RGB value is (223,16,145). Sum of RGB (Red+Green+Blue) = 223+16+145=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 145 (57.03% from 255 or 37.76% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1091 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF1091 is #20EF6E. Grayscale: #5C5C5C. Windows color (decimal): -2158447 or 9507039. OLE color: 9507039.
HSL color Cylindrical-coordinate representation of color #DF1091: hue angle of 322.61º 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 #DF1091 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 145 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.13 |
| HSL | 322.61º | 0.87% | 0.47% | - |
| HSV(B) | 322.61º | 0.93% | 0.87% | - |
| XYZ | 35.73 | 18.1 | 28.4 | - |
| YUV | 92.6 | 157.58 | 221.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 145 | 0 | 0.93 | 0.35 | 0.13 | 322.61 | 0.87 | 0.47 |
| Hex | DF | 10 | 91 | 0 | 5D | 23 | D | 143 | 57 | 2F |
| Octal | 337 | 20 | 221 | 0 | 135 | 43 | 15 | 503 | 127 | 57 |
| Binary | 11011111 | 10000 | 10010001 | 0 | 1011101 | 100011 | 1101 | 101000011 | 1010111 | 101111 |
Color Harmonies of #DF1091
Complementary color
Monochromatic Colors of #DF1091
Black with #DF1091
Text Example
Text Example
White with #DF1091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1091; }
p { color: rgb(223,16,145); }
H1.HeaderClassName
{
color: #DF1091;
}
.AnyTagClassName
{
color: #DF1091;
}
</style>
background-color css
<style>
a { background-color: #DF1091; }
a { background-color: rgb(223,16,145); }
div.DivClassName
{
background-color: #DF1091;
}
.BgClassName
{
background-color: #DF1091;
}
</style>
border-color css
<style>
span { border-color: #DF1091; }
span { border-color: rgb(223,16,145); }
td.TdClassName
{
border-color: #DF1091;
}
.TagClassName
{
border-color: #DF1091;
}
</style>