Shades of Medium Violet Red #DD1790
Tints of Medium Violet Red #DD1790
RGB
CMYK
RGB Variations
Color information
#DD1790 (or 0xDD1790) is known color: Medium Violet Red. HEX triplet: DD, 17 and 90. RGB value is (221,23,144). Sum of RGB (Red+Green+Blue) = 221+23+144=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 23 (9.38% from 255 or 5.93% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1790 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1790 is #22E86F. Grayscale: #5F5F5F. Windows color (decimal): -2287728 or 9443293. OLE color: 9443293.
HSL color Cylindrical-coordinate representation of color #DD1790: hue angle of 323.33º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1790 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 144 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.13 |
| HSL | 323.33º | 0.81% | 0.48% | - |
| HSV(B) | 323.33º | 0.9% | 0.87% | - |
| XYZ | 35.16 | 18 | 28.01 | - |
| YUV | 96 | 155.1 | 217.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 144 | 0 | 0.90 | 0.35 | 0.13 | 323.33 | 0.81 | 0.48 |
| Hex | DD | 17 | 90 | 0 | 5A | 23 | D | 143 | 51 | 30 |
| Octal | 335 | 27 | 220 | 0 | 132 | 43 | 15 | 503 | 121 | 60 |
| Binary | 11011101 | 10111 | 10010000 | 0 | 1011010 | 100011 | 1101 | 101000011 | 1010001 | 110000 |
Color Harmonies of #DD1790
Complementary color
Monochromatic Colors of #DD1790
Black with #DD1790
Text Example
Text Example
White with #DD1790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1790; }
p { color: rgb(221,23,144); }
H1.HeaderClassName
{
color: #DD1790;
}
.AnyTagClassName
{
color: #DD1790;
}
</style>
background-color css
<style>
a { background-color: #DD1790; }
a { background-color: rgb(221,23,144); }
div.DivClassName
{
background-color: #DD1790;
}
.BgClassName
{
background-color: #DD1790;
}
</style>
border-color css
<style>
span { border-color: #DD1790; }
span { border-color: rgb(221,23,144); }
td.TdClassName
{
border-color: #DD1790;
}
.TagClassName
{
border-color: #DD1790;
}
</style>