Shades of Medium Violet Red #DF1594
Tints of Medium Violet Red #DF1594
RGB
CMYK
RGB Variations
Color information
#DF1594 (or 0xDF1594) is known color: Medium Violet Red. HEX triplet: DF, 15 and 94. RGB value is (223,21,148). Sum of RGB (Red+Green+Blue) = 223+21+148=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 21 (8.59% from 255 or 5.36% from 392); Blue value is 148 (58.20% from 255 or 37.76% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF1594 is #20EA6B. Grayscale: #5F5F5F. Windows color (decimal): -2157164 or 9704927. OLE color: 9704927.
HSL color Cylindrical-coordinate representation of color #DF1594: hue angle of 322.28º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF1594 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 21 | 148 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.13 |
| HSL | 322.28º | 0.83% | 0.48% | - |
| HSV(B) | 322.28º | 0.91% | 0.87% | - |
| XYZ | 36.04 | 18.36 | 29.66 | - |
| YUV | 95.88 | 157.42 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 148 | 0 | 0.91 | 0.34 | 0.13 | 322.28 | 0.83 | 0.48 |
| Hex | DF | 15 | 94 | 0 | 5B | 22 | D | 142 | 53 | 30 |
| Octal | 337 | 25 | 224 | 0 | 133 | 42 | 15 | 502 | 123 | 60 |
| Binary | 11011111 | 10101 | 10010100 | 0 | 1011011 | 100010 | 1101 | 101000010 | 1010011 | 110000 |
Color Harmonies of #DF1594
Complementary color
Monochromatic Colors of #DF1594
Black with #DF1594
Text Example
Text Example
White with #DF1594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1594; }
p { color: rgb(223,21,148); }
H1.HeaderClassName
{
color: #DF1594;
}
.AnyTagClassName
{
color: #DF1594;
}
</style>
background-color css
<style>
a { background-color: #DF1594; }
a { background-color: rgb(223,21,148); }
div.DivClassName
{
background-color: #DF1594;
}
.BgClassName
{
background-color: #DF1594;
}
</style>
border-color css
<style>
span { border-color: #DF1594; }
span { border-color: rgb(223,21,148); }
td.TdClassName
{
border-color: #DF1594;
}
.TagClassName
{
border-color: #DF1594;
}
</style>