Shades of Medium Violet Red #DD057F
Tints of Medium Violet Red #DD057F
RGB
CMYK
RGB Variations
Color information
#DD057F (or 0xDD057F) is known color: Medium Violet Red. HEX triplet: DD, 05 and 7F. RGB value is (221,5,127). Sum of RGB (Red+Green+Blue) = 221+5+127=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 5 (2.34% from 255 or 1.42% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD057F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD057F is #22FA80. Grayscale: #535353. Windows color (decimal): -2292353 or 8324573. OLE color: 8324573.
HSL color Cylindrical-coordinate representation of color #DD057F: hue angle of 326.11º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD057F is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 127 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.13 |
| HSL | 326.11º | 0.96% | 0.44% | - |
| HSV(B) | 326.11º | 0.98% | 0.87% | - |
| XYZ | 33.7 | 17.01 | 21.59 | - |
| YUV | 83.49 | 152.56 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 127 | 0 | 0.98 | 0.43 | 0.13 | 326.11 | 0.96 | 0.44 |
| Hex | DD | 5 | 7F | 0 | 62 | 2B | D | 146 | 60 | 2C |
| Octal | 335 | 5 | 177 | 0 | 142 | 53 | 15 | 506 | 140 | 54 |
| Binary | 11011101 | 101 | 1111111 | 0 | 1100010 | 101011 | 1101 | 101000110 | 1100000 | 101100 |
Color Harmonies of #DD057F
Complementary color
Monochromatic Colors of #DD057F
Black with #DD057F
Text Example
Text Example
White with #DD057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD057F; }
p { color: rgb(221,5,127); }
H1.HeaderClassName
{
color: #DD057F;
}
.AnyTagClassName
{
color: #DD057F;
}
</style>
background-color css
<style>
a { background-color: #DD057F; }
a { background-color: rgb(221,5,127); }
div.DivClassName
{
background-color: #DD057F;
}
.BgClassName
{
background-color: #DD057F;
}
</style>
border-color css
<style>
span { border-color: #DD057F; }
span { border-color: rgb(221,5,127); }
td.TdClassName
{
border-color: #DD057F;
}
.TagClassName
{
border-color: #DD057F;
}
</style>