Shades of Medium Violet Red #DF177C
Tints of Medium Violet Red #DF177C
RGB
CMYK
RGB Variations
Color information
#DF177C (or 0xDF177C) is known color: Medium Violet Red. HEX triplet: DF, 17 and 7C. RGB value is (223,23,124). Sum of RGB (Red+Green+Blue) = 223+23+124=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 23 (9.38% from 255 or 6.22% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF177C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF177C is #20E883. Grayscale: #5E5E5E. Windows color (decimal): -2156676 or 8132575. OLE color: 8132575.
HSL color Cylindrical-coordinate representation of color #DF177C: hue angle of 329.7º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF177C is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 23 | 124 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.13 |
| HSL | 329.7º | 0.81% | 0.48% | - |
| HSV(B) | 329.7º | 0.9% | 0.87% | - |
| XYZ | 34.38 | 17.76 | 20.68 | - |
| YUV | 94.31 | 144.76 | 219.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 124 | 0 | 0.90 | 0.44 | 0.13 | 329.7 | 0.81 | 0.48 |
| Hex | DF | 17 | 7C | 0 | 5A | 2C | D | 14A | 51 | 30 |
| Octal | 337 | 27 | 174 | 0 | 132 | 54 | 15 | 512 | 121 | 60 |
| Binary | 11011111 | 10111 | 1111100 | 0 | 1011010 | 101100 | 1101 | 101001010 | 1010001 | 110000 |
Color Harmonies of #DF177C
Complementary color
Monochromatic Colors of #DF177C
Black with #DF177C
Text Example
Text Example
White with #DF177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF177C; }
p { color: rgb(223,23,124); }
H1.HeaderClassName
{
color: #DF177C;
}
.AnyTagClassName
{
color: #DF177C;
}
</style>
background-color css
<style>
a { background-color: #DF177C; }
a { background-color: rgb(223,23,124); }
div.DivClassName
{
background-color: #DF177C;
}
.BgClassName
{
background-color: #DF177C;
}
</style>
border-color css
<style>
span { border-color: #DF177C; }
span { border-color: rgb(223,23,124); }
td.TdClassName
{
border-color: #DF177C;
}
.TagClassName
{
border-color: #DF177C;
}
</style>