Shades of Medium Violet Red #DD0887
Tints of Medium Violet Red #DD0887
RGB
CMYK
RGB Variations
Color information
#DD0887 (or 0xDD0887) is known color: Medium Violet Red. HEX triplet: DD, 08 and 87. RGB value is (221,8,135). Sum of RGB (Red+Green+Blue) = 221+8+135=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 8 (3.52% from 255 or 2.20% from 364); Blue value is 135 (53.12% from 255 or 37.09% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0887 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0887 is #22F778. Grayscale: #555555. Windows color (decimal): -2291577 or 8849629. OLE color: 8849629.
HSL color Cylindrical-coordinate representation of color #DD0887: hue angle of 324.23º 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 #DD0887 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 135 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.13 |
| HSL | 324.23º | 0.93% | 0.45% | - |
| HSV(B) | 324.23º | 0.96% | 0.87% | - |
| XYZ | 34.28 | 17.3 | 24.45 | - |
| YUV | 86.17 | 155.57 | 224.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 135 | 0 | 0.96 | 0.39 | 0.13 | 324.23 | 0.93 | 0.45 |
| Hex | DD | 8 | 87 | 0 | 60 | 27 | D | 144 | 5D | 2D |
| Octal | 335 | 10 | 207 | 0 | 140 | 47 | 15 | 504 | 135 | 55 |
| Binary | 11011101 | 1000 | 10000111 | 0 | 1100000 | 100111 | 1101 | 101000100 | 1011101 | 101101 |
Color Harmonies of #DD0887
Complementary color
Monochromatic Colors of #DD0887
Black with #DD0887
Text Example
Text Example
White with #DD0887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0887; }
p { color: rgb(221,8,135); }
H1.HeaderClassName
{
color: #DD0887;
}
.AnyTagClassName
{
color: #DD0887;
}
</style>
background-color css
<style>
a { background-color: #DD0887; }
a { background-color: rgb(221,8,135); }
div.DivClassName
{
background-color: #DD0887;
}
.BgClassName
{
background-color: #DD0887;
}
</style>
border-color css
<style>
span { border-color: #DD0887; }
span { border-color: rgb(221,8,135); }
td.TdClassName
{
border-color: #DD0887;
}
.TagClassName
{
border-color: #DD0887;
}
</style>