Shades of Medium Violet Red #DD1680
Tints of Medium Violet Red #DD1680
RGB
CMYK
RGB Variations
Color information
#DD1680 (or 0xDD1680) is known color: Medium Violet Red. HEX triplet: DD, 16 and 80. RGB value is (221,22,128). Sum of RGB (Red+Green+Blue) = 221+22+128=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1680 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1680 is #22E97F. Grayscale: #5D5D5D. Windows color (decimal): -2288000 or 8394461. OLE color: 8394461.
HSL color Cylindrical-coordinate representation of color #DD1680: hue angle of 328.04º degrees, saturation: 0.82, 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 #DD1680 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 128 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.13 |
| HSL | 328.04º | 0.82% | 0.48% | - |
| HSV(B) | 328.04º | 0.9% | 0.87% | - |
| XYZ | 34 | 17.5 | 22.01 | - |
| YUV | 93.59 | 147.43 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 128 | 0 | 0.90 | 0.42 | 0.13 | 328.04 | 0.82 | 0.48 |
| Hex | DD | 16 | 80 | 0 | 5A | 2A | D | 148 | 52 | 30 |
| Octal | 335 | 26 | 200 | 0 | 132 | 52 | 15 | 510 | 122 | 60 |
| Binary | 11011101 | 10110 | 10000000 | 0 | 1011010 | 101010 | 1101 | 101001000 | 1010010 | 110000 |
Color Harmonies of #DD1680
Complementary color
Monochromatic Colors of #DD1680
Black with #DD1680
Text Example
Text Example
White with #DD1680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1680; }
p { color: rgb(221,22,128); }
H1.HeaderClassName
{
color: #DD1680;
}
.AnyTagClassName
{
color: #DD1680;
}
</style>
background-color css
<style>
a { background-color: #DD1680; }
a { background-color: rgb(221,22,128); }
div.DivClassName
{
background-color: #DD1680;
}
.BgClassName
{
background-color: #DD1680;
}
</style>
border-color css
<style>
span { border-color: #DD1680; }
span { border-color: rgb(221,22,128); }
td.TdClassName
{
border-color: #DD1680;
}
.TagClassName
{
border-color: #DD1680;
}
</style>