Shades of Medium Violet Red #DD047E
Tints of Medium Violet Red #DD047E
RGB
CMYK
RGB Variations
Color information
#DD047E (or 0xDD047E) is known color: Medium Violet Red. HEX triplet: DD, 04 and 7E. RGB value is (221,4,126). Sum of RGB (Red+Green+Blue) = 221+4+126=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 4 (1.95% from 255 or 1.14% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD047E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD047E is #22FB81. Grayscale: #525252. Windows color (decimal): -2292610 or 8258781. OLE color: 8258781.
HSL color Cylindrical-coordinate representation of color #DD047E: hue angle of 326.27º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD047E is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 126 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.13 |
| HSL | 326.27º | 0.96% | 0.44% | - |
| HSV(B) | 326.27º | 0.98% | 0.87% | - |
| XYZ | 33.63 | 16.97 | 21.24 | - |
| YUV | 82.79 | 152.39 | 226.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 126 | 0 | 0.98 | 0.43 | 0.13 | 326.27 | 0.96 | 0.44 |
| Hex | DD | 4 | 7E | 0 | 62 | 2B | D | 146 | 60 | 2C |
| Octal | 335 | 4 | 176 | 0 | 142 | 53 | 15 | 506 | 140 | 54 |
| Binary | 11011101 | 100 | 1111110 | 0 | 1100010 | 101011 | 1101 | 101000110 | 1100000 | 101100 |
Color Harmonies of #DD047E
Complementary color
Monochromatic Colors of #DD047E
Black with #DD047E
Text Example
Text Example
White with #DD047E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD047E; }
p { color: rgb(221,4,126); }
H1.HeaderClassName
{
color: #DD047E;
}
.AnyTagClassName
{
color: #DD047E;
}
</style>
background-color css
<style>
a { background-color: #DD047E; }
a { background-color: rgb(221,4,126); }
div.DivClassName
{
background-color: #DD047E;
}
.BgClassName
{
background-color: #DD047E;
}
</style>
border-color css
<style>
span { border-color: #DD047E; }
span { border-color: rgb(221,4,126); }
td.TdClassName
{
border-color: #DD047E;
}
.TagClassName
{
border-color: #DD047E;
}
</style>