Shades of Plum #DE8FCE
Tints of Plum #DE8FCE
RGB
CMYK
RGB Variations
Color information
#DE8FCE (or 0xDE8FCE) is known color: Plum. HEX triplet: DE, 8F and CE. RGB value is (222,143,206). Sum of RGB (Red+Green+Blue) = 222+143+206=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 143 (56.25% from 255 or 25.04% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8FCE is #217031. Grayscale: #ADADAD. Windows color (decimal): -2191410 or 13537246. OLE color: 13537246.
HSL color Cylindrical-coordinate representation of color #DE8FCE: hue angle of 312.15º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DE8FCE is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 143 | 206 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.13 |
| HSL | 312.15º | 0.54% | 0.72% | - |
| HSV(B) | 312.15º | 0.36% | 0.87% | - |
| XYZ | 51.09 | 39.63 | 63.35 | - |
| YUV | 173.8 | 146.17 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 143 | 206 | 0 | 0.36 | 0.07 | 0.13 | 312.15 | 0.54 | 0.72 |
| Hex | DE | 8F | CE | 0 | 24 | 7 | D | 138 | 36 | 48 |
| Octal | 336 | 217 | 316 | 0 | 44 | 7 | 15 | 470 | 66 | 110 |
| Binary | 11011110 | 10001111 | 11001110 | 0 | 100100 | 111 | 1101 | 100111000 | 110110 | 1001000 |
Color Harmonies of #DE8FCE
Complementary color
Monochromatic Colors of #DE8FCE
Black with #DE8FCE
Text Example
Text Example
White with #DE8FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8FCE; }
p { color: rgb(222,143,206); }
H1.HeaderClassName
{
color: #DE8FCE;
}
.AnyTagClassName
{
color: #DE8FCE;
}
</style>
background-color css
<style>
a { background-color: #DE8FCE; }
a { background-color: rgb(222,143,206); }
div.DivClassName
{
background-color: #DE8FCE;
}
.BgClassName
{
background-color: #DE8FCE;
}
</style>
border-color css
<style>
span { border-color: #DE8FCE; }
span { border-color: rgb(222,143,206); }
td.TdClassName
{
border-color: #DE8FCE;
}
.TagClassName
{
border-color: #DE8FCE;
}
</style>