Shades of Medium Violet Red #DD1885
Tints of Medium Violet Red #DD1885
RGB
CMYK
RGB Variations
Color information
#DD1885 (or 0xDD1885) is known color: Medium Violet Red. HEX triplet: DD, 18 and 85. RGB value is (221,24,133). Sum of RGB (Red+Green+Blue) = 221+24+133=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 24 (9.77% from 255 or 6.35% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1885 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1885 is #22E77A. Grayscale: #5F5F5F. Windows color (decimal): -2287483 or 8722653. OLE color: 8722653.
HSL color Cylindrical-coordinate representation of color #DD1885: hue angle of 326.8º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD1885 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 24 | 133 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.13 |
| HSL | 326.8º | 0.8% | 0.48% | - |
| HSV(B) | 326.8º | 0.89% | 0.87% | - |
| XYZ | 34.38 | 17.72 | 23.8 | - |
| YUV | 95.33 | 149.27 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 24 | 133 | 0 | 0.89 | 0.40 | 0.13 | 326.8 | 0.8 | 0.48 |
| Hex | DD | 18 | 85 | 0 | 59 | 28 | D | 147 | 50 | 30 |
| Octal | 335 | 30 | 205 | 0 | 131 | 50 | 15 | 507 | 120 | 60 |
| Binary | 11011101 | 11000 | 10000101 | 0 | 1011001 | 101000 | 1101 | 101000111 | 1010000 | 110000 |
Color Harmonies of #DD1885
Complementary color
Monochromatic Colors of #DD1885
Black with #DD1885
Text Example
Text Example
White with #DD1885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1885; }
p { color: rgb(221,24,133); }
H1.HeaderClassName
{
color: #DD1885;
}
.AnyTagClassName
{
color: #DD1885;
}
</style>
background-color css
<style>
a { background-color: #DD1885; }
a { background-color: rgb(221,24,133); }
div.DivClassName
{
background-color: #DD1885;
}
.BgClassName
{
background-color: #DD1885;
}
</style>
border-color css
<style>
span { border-color: #DD1885; }
span { border-color: rgb(221,24,133); }
td.TdClassName
{
border-color: #DD1885;
}
.TagClassName
{
border-color: #DD1885;
}
</style>