Shades of Medium Violet Red #DD057C
Tints of Medium Violet Red #DD057C
RGB
CMYK
RGB Variations
Color information
#DD057C (or 0xDD057C) is known color: Medium Violet Red. HEX triplet: DD, 05 and 7C. RGB value is (221,5,124). Sum of RGB (Red+Green+Blue) = 221+5+124=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 5 (2.34% from 255 or 1.43% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD057C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD057C is #22FA83. Grayscale: #525252. Windows color (decimal): -2292356 or 8127965. OLE color: 8127965.
HSL color Cylindrical-coordinate representation of color #DD057C: hue angle of 326.94º 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 #DD057C is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 124 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.13 |
| HSL | 326.94º | 0.96% | 0.44% | - |
| HSV(B) | 326.94º | 0.98% | 0.87% | - |
| XYZ | 33.51 | 16.94 | 20.57 | - |
| YUV | 83.15 | 151.06 | 226.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 124 | 0 | 0.98 | 0.44 | 0.13 | 326.94 | 0.96 | 0.44 |
| Hex | DD | 5 | 7C | 0 | 62 | 2C | D | 147 | 60 | 2C |
| Octal | 335 | 5 | 174 | 0 | 142 | 54 | 15 | 507 | 140 | 54 |
| Binary | 11011101 | 101 | 1111100 | 0 | 1100010 | 101100 | 1101 | 101000111 | 1100000 | 101100 |
Color Harmonies of #DD057C
Complementary color
Monochromatic Colors of #DD057C
Black with #DD057C
Text Example
Text Example
White with #DD057C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD057C; }
p { color: rgb(221,5,124); }
H1.HeaderClassName
{
color: #DD057C;
}
.AnyTagClassName
{
color: #DD057C;
}
</style>
background-color css
<style>
a { background-color: #DD057C; }
a { background-color: rgb(221,5,124); }
div.DivClassName
{
background-color: #DD057C;
}
.BgClassName
{
background-color: #DD057C;
}
</style>
border-color css
<style>
span { border-color: #DD057C; }
span { border-color: rgb(221,5,124); }
td.TdClassName
{
border-color: #DD057C;
}
.TagClassName
{
border-color: #DD057C;
}
</style>