Shades of Medium Violet Red #DD177C
Tints of Medium Violet Red #DD177C
RGB
CMYK
RGB Variations
Color information
#DD177C (or 0xDD177C) is known color: Medium Violet Red. HEX triplet: DD, 17 and 7C. RGB value is (221,23,124). Sum of RGB (Red+Green+Blue) = 221+23+124=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 23 (9.38% from 255 or 6.25% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD177C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD177C is #22E883. Grayscale: #5D5D5D. Windows color (decimal): -2287748 or 8132573. OLE color: 8132573.
HSL color Cylindrical-coordinate representation of color #DD177C: hue angle of 329.39º 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 #DD177C is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 124 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.13 |
| HSL | 329.39º | 0.81% | 0.48% | - |
| HSV(B) | 329.39º | 0.9% | 0.87% | - |
| XYZ | 33.76 | 17.44 | 20.66 | - |
| YUV | 93.72 | 145.1 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 124 | 0 | 0.90 | 0.44 | 0.13 | 329.39 | 0.81 | 0.48 |
| Hex | DD | 17 | 7C | 0 | 5A | 2C | D | 149 | 51 | 30 |
| Octal | 335 | 27 | 174 | 0 | 132 | 54 | 15 | 511 | 121 | 60 |
| Binary | 11011101 | 10111 | 1111100 | 0 | 1011010 | 101100 | 1101 | 101001001 | 1010001 | 110000 |
Color Harmonies of #DD177C
Complementary color
Monochromatic Colors of #DD177C
Black with #DD177C
Text Example
Text Example
White with #DD177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD177C; }
p { color: rgb(221,23,124); }
H1.HeaderClassName
{
color: #DD177C;
}
.AnyTagClassName
{
color: #DD177C;
}
</style>
background-color css
<style>
a { background-color: #DD177C; }
a { background-color: rgb(221,23,124); }
div.DivClassName
{
background-color: #DD177C;
}
.BgClassName
{
background-color: #DD177C;
}
</style>
border-color css
<style>
span { border-color: #DD177C; }
span { border-color: rgb(221,23,124); }
td.TdClassName
{
border-color: #DD177C;
}
.TagClassName
{
border-color: #DD177C;
}
</style>