Shades of Medium Violet Red #DD007A
Tints of Medium Violet Red #DD007A
RGB
CMYK
RGB Variations
Color information
#DD007A (or 0xDD007A) is known color: Medium Violet Red. HEX triplet: DD, 00 and 7A. RGB value is (221,0,122). Sum of RGB (Red+Green+Blue) = 221+0+122=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD007A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD007A is #22FF85. Grayscale: #4F4F4F. Windows color (decimal): -2293638 or 7995613. OLE color: 7995613.
HSL color Cylindrical-coordinate representation of color #DD007A: hue angle of 326.88º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD007A is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.45 | 0.13 |
| HSL | 326.88º | 1% | 0.43% | - |
| HSV(B) | 326.88º | 1% | 0.87% | - |
| XYZ | 33.33 | 16.78 | 19.89 | - |
| YUV | 79.99 | 151.72 | 228.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 122 | 0 | 1 | 0.45 | 0.13 | 326.88 | 1 | 0.43 |
| Hex | DD | 0 | 7A | 0 | 64 | 2D | D | 147 | 64 | 2B |
| Octal | 335 | 0 | 172 | 0 | 144 | 55 | 15 | 507 | 144 | 53 |
| Binary | 11011101 | 0 | 1111010 | 0 | 1100100 | 101101 | 1101 | 101000111 | 1100100 | 101011 |
Color Harmonies of #DD007A
Complementary color
Monochromatic Colors of #DD007A
Black with #DD007A
Text Example
Text Example
White with #DD007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD007A; }
p { color: rgb(221,0,122); }
H1.HeaderClassName
{
color: #DD007A;
}
.AnyTagClassName
{
color: #DD007A;
}
</style>
background-color css
<style>
a { background-color: #DD007A; }
a { background-color: rgb(221,0,122); }
div.DivClassName
{
background-color: #DD007A;
}
.BgClassName
{
background-color: #DD007A;
}
</style>
border-color css
<style>
span { border-color: #DD007A; }
span { border-color: rgb(221,0,122); }
td.TdClassName
{
border-color: #DD007A;
}
.TagClassName
{
border-color: #DD007A;
}
</style>