Shades of Medium Violet Red #DD077D
Tints of Medium Violet Red #DD077D
RGB
CMYK
RGB Variations
Color information
#DD077D (or 0xDD077D) is known color: Medium Violet Red. HEX triplet: DD, 07 and 7D. RGB value is (221,7,125). Sum of RGB (Red+Green+Blue) = 221+7+125=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD077D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD077D is #22F882. Grayscale: #545454. Windows color (decimal): -2291843 or 8194013. OLE color: 8194013.
HSL color Cylindrical-coordinate representation of color #DD077D: hue angle of 326.92º 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 #DD077D is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 125 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.13 |
| HSL | 326.92º | 0.94% | 0.45% | - |
| HSV(B) | 326.92º | 0.97% | 0.87% | - |
| XYZ | 33.6 | 17 | 20.91 | - |
| YUV | 84.44 | 150.9 | 225.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 125 | 0 | 0.97 | 0.43 | 0.13 | 326.92 | 0.94 | 0.45 |
| Hex | DD | 7 | 7D | 0 | 61 | 2B | D | 147 | 5E | 2D |
| Octal | 335 | 7 | 175 | 0 | 141 | 53 | 15 | 507 | 136 | 55 |
| Binary | 11011101 | 111 | 1111101 | 0 | 1100001 | 101011 | 1101 | 101000111 | 1011110 | 101101 |
Color Harmonies of #DD077D
Complementary color
Monochromatic Colors of #DD077D
Black with #DD077D
Text Example
Text Example
White with #DD077D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD077D; }
p { color: rgb(221,7,125); }
H1.HeaderClassName
{
color: #DD077D;
}
.AnyTagClassName
{
color: #DD077D;
}
</style>
background-color css
<style>
a { background-color: #DD077D; }
a { background-color: rgb(221,7,125); }
div.DivClassName
{
background-color: #DD077D;
}
.BgClassName
{
background-color: #DD077D;
}
</style>
border-color css
<style>
span { border-color: #DD077D; }
span { border-color: rgb(221,7,125); }
td.TdClassName
{
border-color: #DD077D;
}
.TagClassName
{
border-color: #DD077D;
}
</style>