Shades of Medium Violet Red #DD058C
Tints of Medium Violet Red #DD058C
RGB
CMYK
RGB Variations
Color information
#DD058C (or 0xDD058C) is known color: Medium Violet Red. HEX triplet: DD, 05 and 8C. RGB value is (221,5,140). Sum of RGB (Red+Green+Blue) = 221+5+140=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 5 (2.34% from 255 or 1.37% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD058C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD058C is #22FA73. Grayscale: #545454. Windows color (decimal): -2292340 or 9176541. OLE color: 9176541.
HSL color Cylindrical-coordinate representation of color #DD058C: hue angle of 322.5º 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 #DD058C is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 140 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.13 |
| HSL | 322.5º | 0.96% | 0.44% | - |
| HSV(B) | 322.5º | 0.98% | 0.87% | - |
| XYZ | 34.61 | 17.37 | 26.34 | - |
| YUV | 84.97 | 159.06 | 225.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 140 | 0 | 0.98 | 0.37 | 0.13 | 322.5 | 0.96 | 0.44 |
| Hex | DD | 5 | 8C | 0 | 62 | 25 | D | 142 | 60 | 2C |
| Octal | 335 | 5 | 214 | 0 | 142 | 45 | 15 | 502 | 140 | 54 |
| Binary | 11011101 | 101 | 10001100 | 0 | 1100010 | 100101 | 1101 | 101000010 | 1100000 | 101100 |
Color Harmonies of #DD058C
Complementary color
Monochromatic Colors of #DD058C
Black with #DD058C
Text Example
Text Example
White with #DD058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD058C; }
p { color: rgb(221,5,140); }
H1.HeaderClassName
{
color: #DD058C;
}
.AnyTagClassName
{
color: #DD058C;
}
</style>
background-color css
<style>
a { background-color: #DD058C; }
a { background-color: rgb(221,5,140); }
div.DivClassName
{
background-color: #DD058C;
}
.BgClassName
{
background-color: #DD058C;
}
</style>
border-color css
<style>
span { border-color: #DD058C; }
span { border-color: rgb(221,5,140); }
td.TdClassName
{
border-color: #DD058C;
}
.TagClassName
{
border-color: #DD058C;
}
</style>