Shades of Medium Violet Red #DD1080
Tints of Medium Violet Red #DD1080
RGB
CMYK
RGB Variations
Color information
#DD1080 (or 0xDD1080) is known color: Medium Violet Red. HEX triplet: DD, 10 and 80. RGB value is (221,16,128). Sum of RGB (Red+Green+Blue) = 221+16+128=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1080 is #22EF7F. Grayscale: #595959. Windows color (decimal): -2289536 or 8392925. OLE color: 8392925.
HSL color Cylindrical-coordinate representation of color #DD1080: hue angle of 327.22º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD1080 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 128 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.13 |
| HSL | 327.22º | 0.86% | 0.46% | - |
| HSV(B) | 327.22º | 0.93% | 0.87% | - |
| XYZ | 33.9 | 17.3 | 21.97 | - |
| YUV | 90.06 | 149.42 | 221.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 128 | 0 | 0.93 | 0.42 | 0.13 | 327.22 | 0.86 | 0.46 |
| Hex | DD | 10 | 80 | 0 | 5D | 2A | D | 147 | 56 | 2E |
| Octal | 335 | 20 | 200 | 0 | 135 | 52 | 15 | 507 | 126 | 56 |
| Binary | 11011101 | 10000 | 10000000 | 0 | 1011101 | 101010 | 1101 | 101000111 | 1010110 | 101110 |
Color Harmonies of #DD1080
Complementary color
Monochromatic Colors of #DD1080
Black with #DD1080
Text Example
Text Example
White with #DD1080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1080; }
p { color: rgb(221,16,128); }
H1.HeaderClassName
{
color: #DD1080;
}
.AnyTagClassName
{
color: #DD1080;
}
</style>
background-color css
<style>
a { background-color: #DD1080; }
a { background-color: rgb(221,16,128); }
div.DivClassName
{
background-color: #DD1080;
}
.BgClassName
{
background-color: #DD1080;
}
</style>
border-color css
<style>
span { border-color: #DD1080; }
span { border-color: rgb(221,16,128); }
td.TdClassName
{
border-color: #DD1080;
}
.TagClassName
{
border-color: #DD1080;
}
</style>