Shades of Medium Violet Red #DD1880
Tints of Medium Violet Red #DD1880
RGB
CMYK
RGB Variations
Color information
#DD1880 (or 0xDD1880) is known color: Medium Violet Red. HEX triplet: DD, 18 and 80. RGB value is (221,24,128). Sum of RGB (Red+Green+Blue) = 221+24+128=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1880 is #22E77F. Grayscale: #5E5E5E. Windows color (decimal): -2287488 or 8394973. OLE color: 8394973.
HSL color Cylindrical-coordinate representation of color #DD1880: hue angle of 328.32º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD1880 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 24 | 128 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.13 |
| HSL | 328.32º | 0.8% | 0.48% | - |
| HSV(B) | 328.32º | 0.89% | 0.87% | - |
| XYZ | 34.04 | 17.58 | 22.02 | - |
| YUV | 94.76 | 146.77 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 24 | 128 | 0 | 0.89 | 0.42 | 0.13 | 328.32 | 0.8 | 0.48 |
| Hex | DD | 18 | 80 | 0 | 59 | 2A | D | 148 | 50 | 30 |
| Octal | 335 | 30 | 200 | 0 | 131 | 52 | 15 | 510 | 120 | 60 |
| Binary | 11011101 | 11000 | 10000000 | 0 | 1011001 | 101010 | 1101 | 101001000 | 1010000 | 110000 |
Color Harmonies of #DD1880
Complementary color
Monochromatic Colors of #DD1880
Black with #DD1880
Text Example
Text Example
White with #DD1880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1880; }
p { color: rgb(221,24,128); }
H1.HeaderClassName
{
color: #DD1880;
}
.AnyTagClassName
{
color: #DD1880;
}
</style>
background-color css
<style>
a { background-color: #DD1880; }
a { background-color: rgb(221,24,128); }
div.DivClassName
{
background-color: #DD1880;
}
.BgClassName
{
background-color: #DD1880;
}
</style>
border-color css
<style>
span { border-color: #DD1880; }
span { border-color: rgb(221,24,128); }
td.TdClassName
{
border-color: #DD1880;
}
.TagClassName
{
border-color: #DD1880;
}
</style>