Shades of Plum #DD8EDE
Tints of Plum #DD8EDE
RGB
CMYK
RGB Variations
Color information
#DD8EDE (or 0xDD8EDE) is known color: Plum. HEX triplet: DD, 8E and DE. RGB value is (221,142,222). Sum of RGB (Red+Green+Blue) = 221+142+222=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 142 (55.86% from 255 or 24.27% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD8EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8EDE is #227121. Grayscale: #AEAEAE. Windows color (decimal): -2257186 or 14585565. OLE color: 14585565.
HSL color Cylindrical-coordinate representation of color #DD8EDE: hue angle of 299.25º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD8EDE is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 142 | 222 | - |
| CMYK | 0.00 | 0.36 | 0 | 0.13 |
| HSL | 299.25º | 0.55% | 0.71% | - |
| HSV(B) | 299.25º | 0.36% | 0.87% | - |
| XYZ | 52.68 | 39.99 | 74.05 | - |
| YUV | 174.74 | 154.67 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 142 | 222 | 0.00 | 0.36 | 0 | 0.13 | 299.25 | 0.55 | 0.71 |
| Hex | DD | 8E | DE | 0 | 24 | 0 | D | 12B | 37 | 47 |
| Octal | 335 | 216 | 336 | 0 | 44 | 0 | 15 | 453 | 67 | 107 |
| Binary | 11011101 | 10001110 | 11011110 | 0 | 100100 | 0 | 1101 | 100101011 | 110111 | 1000111 |
Color Harmonies of #DD8EDE
Complementary color
Monochromatic Colors of #DD8EDE
Black with #DD8EDE
Text Example
Text Example
White with #DD8EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8EDE; }
p { color: rgb(221,142,222); }
H1.HeaderClassName
{
color: #DD8EDE;
}
.AnyTagClassName
{
color: #DD8EDE;
}
</style>
background-color css
<style>
a { background-color: #DD8EDE; }
a { background-color: rgb(221,142,222); }
div.DivClassName
{
background-color: #DD8EDE;
}
.BgClassName
{
background-color: #DD8EDE;
}
</style>
border-color css
<style>
span { border-color: #DD8EDE; }
span { border-color: rgb(221,142,222); }
td.TdClassName
{
border-color: #DD8EDE;
}
.TagClassName
{
border-color: #DD8EDE;
}
</style>