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