Shades of Medium Violet Red #DD1390
Tints of Medium Violet Red #DD1390
RGB
CMYK
RGB Variations
Color information
#DD1390 (or 0xDD1390) is known color: Medium Violet Red. HEX triplet: DD, 13 and 90. RGB value is (221,19,144). Sum of RGB (Red+Green+Blue) = 221+19+144=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1390 is #22EC6F. Grayscale: #5D5D5D. Windows color (decimal): -2288752 or 9442269. OLE color: 9442269.
HSL color Cylindrical-coordinate representation of color #DD1390: hue angle of 322.87º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD1390 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 144 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.13 |
| HSL | 322.87º | 0.84% | 0.47% | - |
| HSV(B) | 322.87º | 0.91% | 0.87% | - |
| XYZ | 35.09 | 17.85 | 27.98 | - |
| YUV | 93.65 | 156.42 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 144 | 0 | 0.91 | 0.35 | 0.13 | 322.87 | 0.84 | 0.47 |
| Hex | DD | 13 | 90 | 0 | 5B | 23 | D | 143 | 54 | 2F |
| Octal | 335 | 23 | 220 | 0 | 133 | 43 | 15 | 503 | 124 | 57 |
| Binary | 11011101 | 10011 | 10010000 | 0 | 1011011 | 100011 | 1101 | 101000011 | 1010100 | 101111 |
Color Harmonies of #DD1390
Complementary color
Monochromatic Colors of #DD1390
Black with #DD1390
Text Example
Text Example
White with #DD1390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1390; }
p { color: rgb(221,19,144); }
H1.HeaderClassName
{
color: #DD1390;
}
.AnyTagClassName
{
color: #DD1390;
}
</style>
background-color css
<style>
a { background-color: #DD1390; }
a { background-color: rgb(221,19,144); }
div.DivClassName
{
background-color: #DD1390;
}
.BgClassName
{
background-color: #DD1390;
}
</style>
border-color css
<style>
span { border-color: #DD1390; }
span { border-color: rgb(221,19,144); }
td.TdClassName
{
border-color: #DD1390;
}
.TagClassName
{
border-color: #DD1390;
}
</style>