Shades of Medium Violet Red #DF177A
Tints of Medium Violet Red #DF177A
RGB
CMYK
RGB Variations
Color information
#DF177A (or 0xDF177A) is known color: Medium Violet Red. HEX triplet: DF, 17 and 7A. RGB value is (223,23,122). Sum of RGB (Red+Green+Blue) = 223+23+122=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 23 (9.38% from 255 or 6.25% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF177A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF177A is #20E885. Grayscale: #5D5D5D. Windows color (decimal): -2156678 or 8001503. OLE color: 8001503.
HSL color Cylindrical-coordinate representation of color #DF177A: hue angle of 330.3º 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 #DF177A is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 23 | 122 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.13 |
| HSL | 330.3º | 0.81% | 0.48% | - |
| HSV(B) | 330.3º | 0.9% | 0.87% | - |
| XYZ | 34.25 | 17.71 | 20.02 | - |
| YUV | 94.09 | 143.76 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 122 | 0 | 0.90 | 0.45 | 0.13 | 330.3 | 0.81 | 0.48 |
| Hex | DF | 17 | 7A | 0 | 5A | 2D | D | 14A | 51 | 30 |
| Octal | 337 | 27 | 172 | 0 | 132 | 55 | 15 | 512 | 121 | 60 |
| Binary | 11011111 | 10111 | 1111010 | 0 | 1011010 | 101101 | 1101 | 101001010 | 1010001 | 110000 |
Color Harmonies of #DF177A
Complementary color
Monochromatic Colors of #DF177A
Black with #DF177A
Text Example
Text Example
White with #DF177A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF177A; }
p { color: rgb(223,23,122); }
H1.HeaderClassName
{
color: #DF177A;
}
.AnyTagClassName
{
color: #DF177A;
}
</style>
background-color css
<style>
a { background-color: #DF177A; }
a { background-color: rgb(223,23,122); }
div.DivClassName
{
background-color: #DF177A;
}
.BgClassName
{
background-color: #DF177A;
}
</style>
border-color css
<style>
span { border-color: #DF177A; }
span { border-color: rgb(223,23,122); }
td.TdClassName
{
border-color: #DF177A;
}
.TagClassName
{
border-color: #DF177A;
}
</style>