Shades of Medium Violet Red #DD0E7A
Tints of Medium Violet Red #DD0E7A
RGB
CMYK
RGB Variations
Color information
#DD0E7A (or 0xDD0E7A) is known color: Medium Violet Red. HEX triplet: DD, 0E and 7A. RGB value is (221,14,122). Sum of RGB (Red+Green+Blue) = 221+14+122=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 14 (5.86% from 255 or 3.92% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0E7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0E7A is #22F185. Grayscale: #575757. Windows color (decimal): -2290054 or 7999197. OLE color: 7999197.
HSL color Cylindrical-coordinate representation of color #DD0E7A: hue angle of 328.7º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0E7A is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 14 | 122 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.13 |
| HSL | 328.7º | 0.88% | 0.46% | - |
| HSV(B) | 328.7º | 0.94% | 0.87% | - |
| XYZ | 33.49 | 17.09 | 19.95 | - |
| YUV | 88.21 | 147.08 | 222.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 14 | 122 | 0 | 0.94 | 0.45 | 0.13 | 328.7 | 0.88 | 0.46 |
| Hex | DD | E | 7A | 0 | 5E | 2D | D | 149 | 58 | 2E |
| Octal | 335 | 16 | 172 | 0 | 136 | 55 | 15 | 511 | 130 | 56 |
| Binary | 11011101 | 1110 | 1111010 | 0 | 1011110 | 101101 | 1101 | 101001001 | 1011000 | 101110 |
Color Harmonies of #DD0E7A
Complementary color
Monochromatic Colors of #DD0E7A
Black with #DD0E7A
Text Example
Text Example
White with #DD0E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0E7A; }
p { color: rgb(221,14,122); }
H1.HeaderClassName
{
color: #DD0E7A;
}
.AnyTagClassName
{
color: #DD0E7A;
}
</style>
background-color css
<style>
a { background-color: #DD0E7A; }
a { background-color: rgb(221,14,122); }
div.DivClassName
{
background-color: #DD0E7A;
}
.BgClassName
{
background-color: #DD0E7A;
}
</style>
border-color css
<style>
span { border-color: #DD0E7A; }
span { border-color: rgb(221,14,122); }
td.TdClassName
{
border-color: #DD0E7A;
}
.TagClassName
{
border-color: #DD0E7A;
}
</style>