Shades of Medium Violet Red #DF1094
Tints of Medium Violet Red #DF1094
RGB
CMYK
RGB Variations
Color information
#DF1094 (or 0xDF1094) is known color: Medium Violet Red. HEX triplet: DF, 10 and 94. RGB value is (223,16,148). Sum of RGB (Red+Green+Blue) = 223+16+148=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 16 (6.64% from 255 or 4.13% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1094 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF1094 is #20EF6B. Grayscale: #5C5C5C. Windows color (decimal): -2158444 or 9703647. OLE color: 9703647.
HSL color Cylindrical-coordinate representation of color #DF1094: hue angle of 321.74º 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 #DF1094 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 148 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.13 |
| HSL | 321.74º | 0.87% | 0.47% | - |
| HSV(B) | 321.74º | 0.93% | 0.87% | - |
| XYZ | 35.96 | 18.2 | 29.63 | - |
| YUV | 92.94 | 159.08 | 220.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 148 | 0 | 0.93 | 0.34 | 0.13 | 321.74 | 0.87 | 0.47 |
| Hex | DF | 10 | 94 | 0 | 5D | 22 | D | 142 | 57 | 2F |
| Octal | 337 | 20 | 224 | 0 | 135 | 42 | 15 | 502 | 127 | 57 |
| Binary | 11011111 | 10000 | 10010100 | 0 | 1011101 | 100010 | 1101 | 101000010 | 1010111 | 101111 |
Color Harmonies of #DF1094
Complementary color
Monochromatic Colors of #DF1094
Black with #DF1094
Text Example
Text Example
White with #DF1094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1094; }
p { color: rgb(223,16,148); }
H1.HeaderClassName
{
color: #DF1094;
}
.AnyTagClassName
{
color: #DF1094;
}
</style>
background-color css
<style>
a { background-color: #DF1094; }
a { background-color: rgb(223,16,148); }
div.DivClassName
{
background-color: #DF1094;
}
.BgClassName
{
background-color: #DF1094;
}
</style>
border-color css
<style>
span { border-color: #DF1094; }
span { border-color: rgb(223,16,148); }
td.TdClassName
{
border-color: #DF1094;
}
.TagClassName
{
border-color: #DF1094;
}
</style>