Shades of Medium Violet Red #DD0E7F
Tints of Medium Violet Red #DD0E7F
RGB
CMYK
RGB Variations
Color information
#DD0E7F (or 0xDD0E7F) is known color: Medium Violet Red. HEX triplet: DD, 0E and 7F. RGB value is (221,14,127). Sum of RGB (Red+Green+Blue) = 221+14+127=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 14 (5.86% from 255 or 3.87% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0E7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0E7F is #22F180. Grayscale: #585858. Windows color (decimal): -2290049 or 8326877. OLE color: 8326877.
HSL color Cylindrical-coordinate representation of color #DD0E7F: hue angle of 327.25º 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 #DD0E7F is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 14 | 127 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.13 |
| HSL | 327.25º | 0.88% | 0.46% | - |
| HSV(B) | 327.25º | 0.94% | 0.87% | - |
| XYZ | 33.81 | 17.22 | 21.62 | - |
| YUV | 88.78 | 149.58 | 222.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 14 | 127 | 0 | 0.94 | 0.43 | 0.13 | 327.25 | 0.88 | 0.46 |
| Hex | DD | E | 7F | 0 | 5E | 2B | D | 147 | 58 | 2E |
| Octal | 335 | 16 | 177 | 0 | 136 | 53 | 15 | 507 | 130 | 56 |
| Binary | 11011101 | 1110 | 1111111 | 0 | 1011110 | 101011 | 1101 | 101000111 | 1011000 | 101110 |
Color Harmonies of #DD0E7F
Complementary color
Monochromatic Colors of #DD0E7F
Black with #DD0E7F
Text Example
Text Example
White with #DD0E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0E7F; }
p { color: rgb(221,14,127); }
H1.HeaderClassName
{
color: #DD0E7F;
}
.AnyTagClassName
{
color: #DD0E7F;
}
</style>
background-color css
<style>
a { background-color: #DD0E7F; }
a { background-color: rgb(221,14,127); }
div.DivClassName
{
background-color: #DD0E7F;
}
.BgClassName
{
background-color: #DD0E7F;
}
</style>
border-color css
<style>
span { border-color: #DD0E7F; }
span { border-color: rgb(221,14,127); }
td.TdClassName
{
border-color: #DD0E7F;
}
.TagClassName
{
border-color: #DD0E7F;
}
</style>