Shades of Medium Violet Red #DD0F7A
Tints of Medium Violet Red #DD0F7A
RGB
CMYK
RGB Variations
Color information
#DD0F7A (or 0xDD0F7A) is known color: Medium Violet Red. HEX triplet: DD, 0F and 7A. RGB value is (221,15,122). Sum of RGB (Red+Green+Blue) = 221+15+122=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 15 (6.25% from 255 or 4.19% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0F7A is #22F085. Grayscale: #585858. Windows color (decimal): -2289798 or 7999453. OLE color: 7999453.
HSL color Cylindrical-coordinate representation of color #DD0F7A: hue angle of 328.83º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD0F7A is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 15 | 122 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.13 |
| HSL | 328.84º | 0.87% | 0.46% | - |
| HSV(B) | 328.84º | 0.93% | 0.87% | - |
| XYZ | 33.5 | 17.12 | 19.95 | - |
| YUV | 88.79 | 146.75 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 15 | 122 | 0 | 0.93 | 0.45 | 0.13 | 328.84 | 0.87 | 0.46 |
| Hex | DD | F | 7A | 0 | 5D | 2D | D | 149 | 57 | 2E |
| Octal | 335 | 17 | 172 | 0 | 135 | 55 | 15 | 511 | 127 | 56 |
| Binary | 11011101 | 1111 | 1111010 | 0 | 1011101 | 101101 | 1101 | 101001001 | 1010111 | 101110 |
Color Harmonies of #DD0F7A
Complementary color
Monochromatic Colors of #DD0F7A
Black with #DD0F7A
Text Example
Text Example
White with #DD0F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0F7A; }
p { color: rgb(221,15,122); }
H1.HeaderClassName
{
color: #DD0F7A;
}
.AnyTagClassName
{
color: #DD0F7A;
}
</style>
background-color css
<style>
a { background-color: #DD0F7A; }
a { background-color: rgb(221,15,122); }
div.DivClassName
{
background-color: #DD0F7A;
}
.BgClassName
{
background-color: #DD0F7A;
}
</style>
border-color css
<style>
span { border-color: #DD0F7A; }
span { border-color: rgb(221,15,122); }
td.TdClassName
{
border-color: #DD0F7A;
}
.TagClassName
{
border-color: #DD0F7A;
}
</style>