Shades of Plum #DD8DE0
Tints of Plum #DD8DE0
RGB
CMYK
RGB Variations
Color information
#DD8DE0 (or 0xDD8DE0) is known color: Plum. HEX triplet: DD, 8D and E0. RGB value is (221,141,224). Sum of RGB (Red+Green+Blue) = 221+141+224=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 141 (55.47% from 255 or 24.06% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD8DE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8DE0 is #22721F. Grayscale: #AEAEAE. Windows color (decimal): -2257440 or 14716381. OLE color: 14716381.
HSL color Cylindrical-coordinate representation of color #DD8DE0: hue angle of 297.83º degrees, saturation: 0.57, 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 #DD8DE0 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 141 | 224 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.12 |
| HSL | 297.83º | 0.57% | 0.72% | - |
| HSV(B) | 297.83º | 0.37% | 0.88% | - |
| XYZ | 52.8 | 39.8 | 75.42 | - |
| YUV | 174.38 | 156 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 141 | 224 | 0.01 | 0.37 | 0 | 0.12 | 297.83 | 0.57 | 0.72 |
| Hex | DD | 8D | E0 | 1 | 25 | 0 | C | 12A | 39 | 48 |
| Octal | 335 | 215 | 340 | 1 | 45 | 0 | 14 | 452 | 71 | 110 |
| Binary | 11011101 | 10001101 | 11100000 | 1 | 100101 | 0 | 1100 | 100101010 | 111001 | 1001000 |
Color Harmonies of #DD8DE0
Complementary color
Monochromatic Colors of #DD8DE0
Black with #DD8DE0
Text Example
Text Example
White with #DD8DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8DE0; }
p { color: rgb(221,141,224); }
H1.HeaderClassName
{
color: #DD8DE0;
}
.AnyTagClassName
{
color: #DD8DE0;
}
</style>
background-color css
<style>
a { background-color: #DD8DE0; }
a { background-color: rgb(221,141,224); }
div.DivClassName
{
background-color: #DD8DE0;
}
.BgClassName
{
background-color: #DD8DE0;
}
</style>
border-color css
<style>
span { border-color: #DD8DE0; }
span { border-color: rgb(221,141,224); }
td.TdClassName
{
border-color: #DD8DE0;
}
.TagClassName
{
border-color: #DD8DE0;
}
</style>