Shades of Medium Violet Red #DD0981
Tints of Medium Violet Red #DD0981
RGB
CMYK
RGB Variations
Color information
#DD0981 (or 0xDD0981) is known color: Medium Violet Red. HEX triplet: DD, 09 and 81. RGB value is (221,9,129). Sum of RGB (Red+Green+Blue) = 221+9+129=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 9 (3.91% from 255 or 2.51% from 359); Blue value is 129 (50.78% from 255 or 35.93% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0981 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0981 is #22F67E. Grayscale: #555555. Windows color (decimal): -2291327 or 8456669. OLE color: 8456669.
HSL color Cylindrical-coordinate representation of color #DD0981: hue angle of 326.04º 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 #DD0981 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 129 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.13 |
| HSL | 326.04º | 0.92% | 0.45% | - |
| HSV(B) | 326.04º | 0.96% | 0.87% | - |
| XYZ | 33.88 | 17.15 | 22.29 | - |
| YUV | 86.07 | 152.24 | 224.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 129 | 0 | 0.96 | 0.42 | 0.13 | 326.04 | 0.92 | 0.45 |
| Hex | DD | 9 | 81 | 0 | 60 | 2A | D | 146 | 5C | 2D |
| Octal | 335 | 11 | 201 | 0 | 140 | 52 | 15 | 506 | 134 | 55 |
| Binary | 11011101 | 1001 | 10000001 | 0 | 1100000 | 101010 | 1101 | 101000110 | 1011100 | 101101 |
Color Harmonies of #DD0981
Complementary color
Monochromatic Colors of #DD0981
Black with #DD0981
Text Example
Text Example
White with #DD0981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0981; }
p { color: rgb(221,9,129); }
H1.HeaderClassName
{
color: #DD0981;
}
.AnyTagClassName
{
color: #DD0981;
}
</style>
background-color css
<style>
a { background-color: #DD0981; }
a { background-color: rgb(221,9,129); }
div.DivClassName
{
background-color: #DD0981;
}
.BgClassName
{
background-color: #DD0981;
}
</style>
border-color css
<style>
span { border-color: #DD0981; }
span { border-color: rgb(221,9,129); }
td.TdClassName
{
border-color: #DD0981;
}
.TagClassName
{
border-color: #DD0981;
}
</style>