Shades of Medium Violet Red #DD087C
Tints of Medium Violet Red #DD087C
RGB
CMYK
RGB Variations
Color information
#DD087C (or 0xDD087C) is known color: Medium Violet Red. HEX triplet: DD, 08 and 7C. RGB value is (221,8,124). Sum of RGB (Red+Green+Blue) = 221+8+124=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD087C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD087C is #22F783. Grayscale: #545454. Windows color (decimal): -2291588 or 8128733. OLE color: 8128733.
HSL color Cylindrical-coordinate representation of color #DD087C: hue angle of 327.32º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD087C is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 124 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.13 |
| HSL | 327.32º | 0.93% | 0.45% | - |
| HSV(B) | 327.32º | 0.96% | 0.87% | - |
| XYZ | 33.54 | 17 | 20.58 | - |
| YUV | 84.91 | 150.07 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 124 | 0 | 0.96 | 0.44 | 0.13 | 327.32 | 0.93 | 0.45 |
| Hex | DD | 8 | 7C | 0 | 60 | 2C | D | 147 | 5D | 2D |
| Octal | 335 | 10 | 174 | 0 | 140 | 54 | 15 | 507 | 135 | 55 |
| Binary | 11011101 | 1000 | 1111100 | 0 | 1100000 | 101100 | 1101 | 101000111 | 1011101 | 101101 |
Color Harmonies of #DD087C
Complementary color
Monochromatic Colors of #DD087C
Black with #DD087C
Text Example
Text Example
White with #DD087C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD087C; }
p { color: rgb(221,8,124); }
H1.HeaderClassName
{
color: #DD087C;
}
.AnyTagClassName
{
color: #DD087C;
}
</style>
background-color css
<style>
a { background-color: #DD087C; }
a { background-color: rgb(221,8,124); }
div.DivClassName
{
background-color: #DD087C;
}
.BgClassName
{
background-color: #DD087C;
}
</style>
border-color css
<style>
span { border-color: #DD087C; }
span { border-color: rgb(221,8,124); }
td.TdClassName
{
border-color: #DD087C;
}
.TagClassName
{
border-color: #DD087C;
}
</style>