Shades of Medium Violet Red #DD0890
Tints of Medium Violet Red #DD0890
RGB
CMYK
RGB Variations
Color information
#DD0890 (or 0xDD0890) is known color: Medium Violet Red. HEX triplet: DD, 08 and 90. RGB value is (221,8,144). Sum of RGB (Red+Green+Blue) = 221+8+144=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 8 (3.52% from 255 or 2.14% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0890 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0890 is #22F76F. Grayscale: #565656. Windows color (decimal): -2291568 or 9439453. OLE color: 9439453.
HSL color Cylindrical-coordinate representation of color #DD0890: hue angle of 321.69º degrees, saturation: 0.93, 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 #DD0890 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 144 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.13 |
| HSL | 321.69º | 0.93% | 0.45% | - |
| HSV(B) | 321.69º | 0.96% | 0.87% | - |
| XYZ | 34.94 | 17.56 | 27.93 | - |
| YUV | 87.19 | 160.07 | 223.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 144 | 0 | 0.96 | 0.35 | 0.13 | 321.69 | 0.93 | 0.45 |
| Hex | DD | 8 | 90 | 0 | 60 | 23 | D | 142 | 5D | 2D |
| Octal | 335 | 10 | 220 | 0 | 140 | 43 | 15 | 502 | 135 | 55 |
| Binary | 11011101 | 1000 | 10010000 | 0 | 1100000 | 100011 | 1101 | 101000010 | 1011101 | 101101 |
Color Harmonies of #DD0890
Complementary color
Monochromatic Colors of #DD0890
Black with #DD0890
Text Example
Text Example
White with #DD0890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0890; }
p { color: rgb(221,8,144); }
H1.HeaderClassName
{
color: #DD0890;
}
.AnyTagClassName
{
color: #DD0890;
}
</style>
background-color css
<style>
a { background-color: #DD0890; }
a { background-color: rgb(221,8,144); }
div.DivClassName
{
background-color: #DD0890;
}
.BgClassName
{
background-color: #DD0890;
}
</style>
border-color css
<style>
span { border-color: #DD0890; }
span { border-color: rgb(221,8,144); }
td.TdClassName
{
border-color: #DD0890;
}
.TagClassName
{
border-color: #DD0890;
}
</style>