Shades of Medium Violet Red #DD0990
Tints of Medium Violet Red #DD0990
RGB
CMYK
RGB Variations
Color information
#DD0990 (or 0xDD0990) is known color: Medium Violet Red. HEX triplet: DD, 09 and 90. RGB value is (221,9,144). Sum of RGB (Red+Green+Blue) = 221+9+144=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 9 (3.91% from 255 or 2.41% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0990 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0990 is #22F66F. Grayscale: #575757. Windows color (decimal): -2291312 or 9439709. OLE color: 9439709.
HSL color Cylindrical-coordinate representation of color #DD0990: hue angle of 321.79º 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 #DD0990 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 144 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.13 |
| HSL | 321.79º | 0.92% | 0.45% | - |
| HSV(B) | 321.79º | 0.96% | 0.87% | - |
| XYZ | 34.95 | 17.58 | 27.94 | - |
| YUV | 87.78 | 159.74 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 144 | 0 | 0.96 | 0.35 | 0.13 | 321.79 | 0.92 | 0.45 |
| Hex | DD | 9 | 90 | 0 | 60 | 23 | D | 142 | 5C | 2D |
| Octal | 335 | 11 | 220 | 0 | 140 | 43 | 15 | 502 | 134 | 55 |
| Binary | 11011101 | 1001 | 10010000 | 0 | 1100000 | 100011 | 1101 | 101000010 | 1011100 | 101101 |
Color Harmonies of #DD0990
Complementary color
Monochromatic Colors of #DD0990
Black with #DD0990
Text Example
Text Example
White with #DD0990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0990; }
p { color: rgb(221,9,144); }
H1.HeaderClassName
{
color: #DD0990;
}
.AnyTagClassName
{
color: #DD0990;
}
</style>
background-color css
<style>
a { background-color: #DD0990; }
a { background-color: rgb(221,9,144); }
div.DivClassName
{
background-color: #DD0990;
}
.BgClassName
{
background-color: #DD0990;
}
</style>
border-color css
<style>
span { border-color: #DD0990; }
span { border-color: rgb(221,9,144); }
td.TdClassName
{
border-color: #DD0990;
}
.TagClassName
{
border-color: #DD0990;
}
</style>