Shades of Plum #DE8FE1
Tints of Plum #DE8FE1
RGB
CMYK
RGB Variations
Color information
#DE8FE1 (or 0xDE8FE1) is known color: Plum. HEX triplet: DE, 8F and E1. RGB value is (222,143,225). Sum of RGB (Red+Green+Blue) = 222+143+225=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 143 (56.25% from 255 or 24.24% from 590); Blue value is 225 (88.28% from 255 or 38.14% from 590); Max value from RGB is 225 - color contains mainly: blue. Hex color #DE8FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8FE1 is #21701E. Grayscale: #AFAFAF. Windows color (decimal): -2191391 or 14782430. OLE color: 14782430.
HSL color Cylindrical-coordinate representation of color #DE8FE1: hue angle of 297.8º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DE8FE1 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 143 | 225 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.12 |
| HSL | 297.8º | 0.58% | 0.72% | - |
| HSV(B) | 297.8º | 0.36% | 0.88% | - |
| XYZ | 53.54 | 40.61 | 76.25 | - |
| YUV | 175.97 | 155.67 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 143 | 225 | 0.01 | 0.36 | 0 | 0.12 | 297.8 | 0.58 | 0.72 |
| Hex | DE | 8F | E1 | 1 | 24 | 0 | C | 12A | 3A | 48 |
| Octal | 336 | 217 | 341 | 1 | 44 | 0 | 14 | 452 | 72 | 110 |
| Binary | 11011110 | 10001111 | 11100001 | 1 | 100100 | 0 | 1100 | 100101010 | 111010 | 1001000 |
Color Harmonies of #DE8FE1
Complementary color
Monochromatic Colors of #DE8FE1
Black with #DE8FE1
Text Example
Text Example
White with #DE8FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8FE1; }
p { color: rgb(222,143,225); }
H1.HeaderClassName
{
color: #DE8FE1;
}
.AnyTagClassName
{
color: #DE8FE1;
}
</style>
background-color css
<style>
a { background-color: #DE8FE1; }
a { background-color: rgb(222,143,225); }
div.DivClassName
{
background-color: #DE8FE1;
}
.BgClassName
{
background-color: #DE8FE1;
}
</style>
border-color css
<style>
span { border-color: #DE8FE1; }
span { border-color: rgb(222,143,225); }
td.TdClassName
{
border-color: #DE8FE1;
}
.TagClassName
{
border-color: #DE8FE1;
}
</style>