Shades of Plum #DE8DCF
Tints of Plum #DE8DCF
RGB
CMYK
RGB Variations
Color information
#DE8DCF (or 0xDE8DCF) is known color: Plum. HEX triplet: DE, 8D and CF. RGB value is (222,141,207). Sum of RGB (Red+Green+Blue) = 222+141+207=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 141 (55.47% from 255 or 24.74% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8DCF is #217230. Grayscale: #ACACAC. Windows color (decimal): -2191921 or 13602270. OLE color: 13602270.
HSL color Cylindrical-coordinate representation of color #DE8DCF: hue angle of 311.11º 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 #DE8DCF is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 141 | 207 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.13 |
| HSL | 311.11º | 0.55% | 0.71% | - |
| HSV(B) | 311.11º | 0.36% | 0.87% | - |
| XYZ | 50.91 | 39.08 | 63.89 | - |
| YUV | 172.74 | 147.34 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 141 | 207 | 0 | 0.36 | 0.07 | 0.13 | 311.11 | 0.55 | 0.71 |
| Hex | DE | 8D | CF | 0 | 24 | 7 | D | 137 | 37 | 47 |
| Octal | 336 | 215 | 317 | 0 | 44 | 7 | 15 | 467 | 67 | 107 |
| Binary | 11011110 | 10001101 | 11001111 | 0 | 100100 | 111 | 1101 | 100110111 | 110111 | 1000111 |
Color Harmonies of #DE8DCF
Complementary color
Monochromatic Colors of #DE8DCF
Black with #DE8DCF
Text Example
Text Example
White with #DE8DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8DCF; }
p { color: rgb(222,141,207); }
H1.HeaderClassName
{
color: #DE8DCF;
}
.AnyTagClassName
{
color: #DE8DCF;
}
</style>
background-color css
<style>
a { background-color: #DE8DCF; }
a { background-color: rgb(222,141,207); }
div.DivClassName
{
background-color: #DE8DCF;
}
.BgClassName
{
background-color: #DE8DCF;
}
</style>
border-color css
<style>
span { border-color: #DE8DCF; }
span { border-color: rgb(222,141,207); }
td.TdClassName
{
border-color: #DE8DCF;
}
.TagClassName
{
border-color: #DE8DCF;
}
</style>