Shades of Medium Violet Red #DD0980
Tints of Medium Violet Red #DD0980
RGB
CMYK
RGB Variations
Color information
#DD0980 (or 0xDD0980) is known color: Medium Violet Red. HEX triplet: DD, 09 and 80. RGB value is (221,9,128). Sum of RGB (Red+Green+Blue) = 221+9+128=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 9 (3.91% from 255 or 2.51% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0980 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0980 is #22F67F. Grayscale: #555555. Windows color (decimal): -2291328 or 8391133. OLE color: 8391133.
HSL color Cylindrical-coordinate representation of color #DD0980: hue angle of 326.32º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD0980 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 128 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.13 |
| HSL | 326.32º | 0.92% | 0.45% | - |
| HSV(B) | 326.32º | 0.96% | 0.87% | - |
| XYZ | 33.81 | 17.13 | 21.95 | - |
| YUV | 85.95 | 151.74 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 128 | 0 | 0.96 | 0.42 | 0.13 | 326.32 | 0.92 | 0.45 |
| Hex | DD | 9 | 80 | 0 | 60 | 2A | D | 146 | 5C | 2D |
| Octal | 335 | 11 | 200 | 0 | 140 | 52 | 15 | 506 | 134 | 55 |
| Binary | 11011101 | 1001 | 10000000 | 0 | 1100000 | 101010 | 1101 | 101000110 | 1011100 | 101101 |
Color Harmonies of #DD0980
Complementary color
Monochromatic Colors of #DD0980
Black with #DD0980
Text Example
Text Example
White with #DD0980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0980; }
p { color: rgb(221,9,128); }
H1.HeaderClassName
{
color: #DD0980;
}
.AnyTagClassName
{
color: #DD0980;
}
</style>
background-color css
<style>
a { background-color: #DD0980; }
a { background-color: rgb(221,9,128); }
div.DivClassName
{
background-color: #DD0980;
}
.BgClassName
{
background-color: #DD0980;
}
</style>
border-color css
<style>
span { border-color: #DD0980; }
span { border-color: rgb(221,9,128); }
td.TdClassName
{
border-color: #DD0980;
}
.TagClassName
{
border-color: #DD0980;
}
</style>