Shades of Plum #DE8FDE
Tints of Plum #DE8FDE
RGB
CMYK
RGB Variations
Color information
#DE8FDE (or 0xDE8FDE) is known color: Plum. HEX triplet: DE, 8F and DE. RGB value is (222,143,222). Sum of RGB (Red+Green+Blue) = 222+143+222=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 143 (56.25% from 255 or 24.36% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE8FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8FDE is #217021. Grayscale: #AFAFAF. Windows color (decimal): -2191394 or 14585822. OLE color: 14585822.
HSL color Cylindrical-coordinate representation of color #DE8FDE: hue angle of 300º 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 #DE8FDE is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 143 | 222 | - |
| CMYK | 0 | 0.36 | 0 | 0.13 |
| HSL | 300º | 0.54% | 0.72% | - |
| HSV(B) | 300º | 0.36% | 0.87% | - |
| XYZ | 53.13 | 40.45 | 74.11 | - |
| YUV | 175.63 | 154.17 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 143 | 222 | 0 | 0.36 | 0 | 0.13 | 300 | 0.54 | 0.72 |
| Hex | DE | 8F | DE | 0 | 24 | 0 | D | 12C | 36 | 48 |
| Octal | 336 | 217 | 336 | 0 | 44 | 0 | 15 | 454 | 66 | 110 |
| Binary | 11011110 | 10001111 | 11011110 | 0 | 100100 | 0 | 1101 | 100101100 | 110110 | 1001000 |
Color Harmonies of #DE8FDE
Complementary color
Monochromatic Colors of #DE8FDE
Black with #DE8FDE
Text Example
Text Example
White with #DE8FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8FDE; }
p { color: rgb(222,143,222); }
H1.HeaderClassName
{
color: #DE8FDE;
}
.AnyTagClassName
{
color: #DE8FDE;
}
</style>
background-color css
<style>
a { background-color: #DE8FDE; }
a { background-color: rgb(222,143,222); }
div.DivClassName
{
background-color: #DE8FDE;
}
.BgClassName
{
background-color: #DE8FDE;
}
</style>
border-color css
<style>
span { border-color: #DE8FDE; }
span { border-color: rgb(222,143,222); }
td.TdClassName
{
border-color: #DE8FDE;
}
.TagClassName
{
border-color: #DE8FDE;
}
</style>