Shades of Medium Violet Red #DD087E
Tints of Medium Violet Red #DD087E
RGB
CMYK
RGB Variations
Color information
#DD087E (or 0xDD087E) is known color: Medium Violet Red. HEX triplet: DD, 08 and 7E. RGB value is (221,8,126). Sum of RGB (Red+Green+Blue) = 221+8+126=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD087E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD087E is #22F781. Grayscale: #545454. Windows color (decimal): -2291586 or 8259805. OLE color: 8259805.
HSL color Cylindrical-coordinate representation of color #DD087E: hue angle of 326.76º 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 #DD087E is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 126 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.13 |
| HSL | 326.76º | 0.93% | 0.45% | - |
| HSV(B) | 326.76º | 0.96% | 0.87% | - |
| XYZ | 33.67 | 17.05 | 21.26 | - |
| YUV | 85.14 | 151.07 | 224.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 126 | 0 | 0.96 | 0.43 | 0.13 | 326.76 | 0.93 | 0.45 |
| Hex | DD | 8 | 7E | 0 | 60 | 2B | D | 147 | 5D | 2D |
| Octal | 335 | 10 | 176 | 0 | 140 | 53 | 15 | 507 | 135 | 55 |
| Binary | 11011101 | 1000 | 1111110 | 0 | 1100000 | 101011 | 1101 | 101000111 | 1011101 | 101101 |
Color Harmonies of #DD087E
Complementary color
Monochromatic Colors of #DD087E
Black with #DD087E
Text Example
Text Example
White with #DD087E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD087E; }
p { color: rgb(221,8,126); }
H1.HeaderClassName
{
color: #DD087E;
}
.AnyTagClassName
{
color: #DD087E;
}
</style>
background-color css
<style>
a { background-color: #DD087E; }
a { background-color: rgb(221,8,126); }
div.DivClassName
{
background-color: #DD087E;
}
.BgClassName
{
background-color: #DD087E;
}
</style>
border-color css
<style>
span { border-color: #DD087E; }
span { border-color: rgb(221,8,126); }
td.TdClassName
{
border-color: #DD087E;
}
.TagClassName
{
border-color: #DD087E;
}
</style>