Shades of Plum #DE8DCE
Tints of Plum #DE8DCE
RGB
CMYK
RGB Variations
Color information
#DE8DCE (or 0xDE8DCE) is known color: Plum. HEX triplet: DE, 8D and CE. RGB value is (222,141,206). Sum of RGB (Red+Green+Blue) = 222+141+206=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 141 (55.47% from 255 or 24.78% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8DCE is #217231. Grayscale: #ACACAC. Windows color (decimal): -2191922 or 13536734. OLE color: 13536734.
HSL color Cylindrical-coordinate representation of color #DE8DCE: hue angle of 311.85º 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 #DE8DCE is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 141 | 206 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.13 |
| HSL | 311.85º | 0.55% | 0.71% | - |
| HSV(B) | 311.85º | 0.36% | 0.87% | - |
| XYZ | 50.79 | 39.04 | 63.25 | - |
| YUV | 172.63 | 146.84 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 141 | 206 | 0 | 0.36 | 0.07 | 0.13 | 311.85 | 0.55 | 0.71 |
| Hex | DE | 8D | CE | 0 | 24 | 7 | D | 138 | 37 | 47 |
| Octal | 336 | 215 | 316 | 0 | 44 | 7 | 15 | 470 | 67 | 107 |
| Binary | 11011110 | 10001101 | 11001110 | 0 | 100100 | 111 | 1101 | 100111000 | 110111 | 1000111 |
Color Harmonies of #DE8DCE
Complementary color
Monochromatic Colors of #DE8DCE
Black with #DE8DCE
Text Example
Text Example
White with #DE8DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8DCE; }
p { color: rgb(222,141,206); }
H1.HeaderClassName
{
color: #DE8DCE;
}
.AnyTagClassName
{
color: #DE8DCE;
}
</style>
background-color css
<style>
a { background-color: #DE8DCE; }
a { background-color: rgb(222,141,206); }
div.DivClassName
{
background-color: #DE8DCE;
}
.BgClassName
{
background-color: #DE8DCE;
}
</style>
border-color css
<style>
span { border-color: #DE8DCE; }
span { border-color: rgb(222,141,206); }
td.TdClassName
{
border-color: #DE8DCE;
}
.TagClassName
{
border-color: #DE8DCE;
}
</style>