Shades of Medium Violet Red #DD077E
Tints of Medium Violet Red #DD077E
RGB
CMYK
RGB Variations
Color information
#DD077E (or 0xDD077E) is known color: Medium Violet Red. HEX triplet: DD, 07 and 7E. RGB value is (221,7,126). Sum of RGB (Red+Green+Blue) = 221+7+126=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD077E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD077E is #22F881. Grayscale: #545454. Windows color (decimal): -2291842 or 8259549. OLE color: 8259549.
HSL color Cylindrical-coordinate representation of color #DD077E: hue angle of 326.64º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD077E is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 126 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.13 |
| HSL | 326.64º | 0.94% | 0.45% | - |
| HSV(B) | 326.64º | 0.97% | 0.87% | - |
| XYZ | 33.66 | 17.03 | 21.25 | - |
| YUV | 84.55 | 151.4 | 225.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 126 | 0 | 0.97 | 0.43 | 0.13 | 326.64 | 0.94 | 0.45 |
| Hex | DD | 7 | 7E | 0 | 61 | 2B | D | 147 | 5E | 2D |
| Octal | 335 | 7 | 176 | 0 | 141 | 53 | 15 | 507 | 136 | 55 |
| Binary | 11011101 | 111 | 1111110 | 0 | 1100001 | 101011 | 1101 | 101000111 | 1011110 | 101101 |
Color Harmonies of #DD077E
Complementary color
Monochromatic Colors of #DD077E
Black with #DD077E
Text Example
Text Example
White with #DD077E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD077E; }
p { color: rgb(221,7,126); }
H1.HeaderClassName
{
color: #DD077E;
}
.AnyTagClassName
{
color: #DD077E;
}
</style>
background-color css
<style>
a { background-color: #DD077E; }
a { background-color: rgb(221,7,126); }
div.DivClassName
{
background-color: #DD077E;
}
.BgClassName
{
background-color: #DD077E;
}
</style>
border-color css
<style>
span { border-color: #DD077E; }
span { border-color: rgb(221,7,126); }
td.TdClassName
{
border-color: #DD077E;
}
.TagClassName
{
border-color: #DD077E;
}
</style>