Shades of Plum #DD8EE1
Tints of Plum #DD8EE1
RGB
CMYK
RGB Variations
Color information
#DD8EE1 (or 0xDD8EE1) is known color: Plum. HEX triplet: DD, 8E and E1. RGB value is (221,142,225). Sum of RGB (Red+Green+Blue) = 221+142+225=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 142 (55.86% from 255 or 24.15% from 588); Blue value is 225 (88.28% from 255 or 38.27% from 588); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD8EE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8EE1 is #22711E. Grayscale: #AEAEAE. Windows color (decimal): -2257183 or 14782173. OLE color: 14782173.
HSL color Cylindrical-coordinate representation of color #DD8EE1: hue angle of 297.11º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD8EE1 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 142 | 225 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.12 |
| HSL | 297.11º | 0.58% | 0.72% | - |
| HSV(B) | 297.11º | 0.37% | 0.88% | - |
| XYZ | 53.08 | 40.15 | 76.19 | - |
| YUV | 175.08 | 156.17 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 142 | 225 | 0.02 | 0.37 | 0 | 0.12 | 297.11 | 0.58 | 0.72 |
| Hex | DD | 8E | E1 | 2 | 25 | 0 | C | 129 | 3A | 48 |
| Octal | 335 | 216 | 341 | 2 | 45 | 0 | 14 | 451 | 72 | 110 |
| Binary | 11011101 | 10001110 | 11100001 | 10 | 100101 | 0 | 1100 | 100101001 | 111010 | 1001000 |
Color Harmonies of #DD8EE1
Complementary color
Monochromatic Colors of #DD8EE1
Black with #DD8EE1
Text Example
Text Example
White with #DD8EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8EE1; }
p { color: rgb(221,142,225); }
H1.HeaderClassName
{
color: #DD8EE1;
}
.AnyTagClassName
{
color: #DD8EE1;
}
</style>
background-color css
<style>
a { background-color: #DD8EE1; }
a { background-color: rgb(221,142,225); }
div.DivClassName
{
background-color: #DD8EE1;
}
.BgClassName
{
background-color: #DD8EE1;
}
</style>
border-color css
<style>
span { border-color: #DD8EE1; }
span { border-color: rgb(221,142,225); }
td.TdClassName
{
border-color: #DD8EE1;
}
.TagClassName
{
border-color: #DD8EE1;
}
</style>