Shades of Medium Violet Red #DD0E7B
Tints of Medium Violet Red #DD0E7B
RGB
CMYK
RGB Variations
Color information
#DD0E7B (or 0xDD0E7B) is known color: Medium Violet Red. HEX triplet: DD, 0E and 7B. RGB value is (221,14,123). Sum of RGB (Red+Green+Blue) = 221+14+123=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 14 (5.86% from 255 or 3.91% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0E7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0E7B is #22F184. Grayscale: #585858. Windows color (decimal): -2290053 or 8064733. OLE color: 8064733.
HSL color Cylindrical-coordinate representation of color #DD0E7B: hue angle of 328.41º 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 #DD0E7B is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 14 | 123 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.13 |
| HSL | 328.41º | 0.88% | 0.46% | - |
| HSV(B) | 328.41º | 0.94% | 0.87% | - |
| XYZ | 33.55 | 17.12 | 20.27 | - |
| YUV | 88.32 | 147.58 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 14 | 123 | 0 | 0.94 | 0.44 | 0.13 | 328.41 | 0.88 | 0.46 |
| Hex | DD | E | 7B | 0 | 5E | 2C | D | 148 | 58 | 2E |
| Octal | 335 | 16 | 173 | 0 | 136 | 54 | 15 | 510 | 130 | 56 |
| Binary | 11011101 | 1110 | 1111011 | 0 | 1011110 | 101100 | 1101 | 101001000 | 1011000 | 101110 |
Color Harmonies of #DD0E7B
Complementary color
Monochromatic Colors of #DD0E7B
Black with #DD0E7B
Text Example
Text Example
White with #DD0E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0E7B; }
p { color: rgb(221,14,123); }
H1.HeaderClassName
{
color: #DD0E7B;
}
.AnyTagClassName
{
color: #DD0E7B;
}
</style>
background-color css
<style>
a { background-color: #DD0E7B; }
a { background-color: rgb(221,14,123); }
div.DivClassName
{
background-color: #DD0E7B;
}
.BgClassName
{
background-color: #DD0E7B;
}
</style>
border-color css
<style>
span { border-color: #DD0E7B; }
span { border-color: rgb(221,14,123); }
td.TdClassName
{
border-color: #DD0E7B;
}
.TagClassName
{
border-color: #DD0E7B;
}
</style>