Shades of Plum #DE8BE1
Tints of Plum #DE8BE1
RGB
CMYK
RGB Variations
Color information
#DE8BE1 (or 0xDE8BE1) is known color: Plum. HEX triplet: DE, 8B and E1. RGB value is (222,139,225). Sum of RGB (Red+Green+Blue) = 222+139+225=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 139 (54.69% from 255 or 23.72% from 586); Blue value is 225 (88.28% from 255 or 38.40% from 586); Max value from RGB is 225 - color contains mainly: blue. Hex color #DE8BE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8BE1 is #21741E. Grayscale: #ADADAD. Windows color (decimal): -2192415 or 14781406. OLE color: 14781406.
HSL color Cylindrical-coordinate representation of color #DE8BE1: hue angle of 297.91º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DE8BE1 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 139 | 225 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.12 |
| HSL | 297.91º | 0.59% | 0.71% | - |
| HSV(B) | 297.91º | 0.38% | 0.88% | - |
| XYZ | 52.95 | 39.43 | 76.05 | - |
| YUV | 173.62 | 157 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 139 | 225 | 0.01 | 0.38 | 0 | 0.12 | 297.91 | 0.59 | 0.71 |
| Hex | DE | 8B | E1 | 1 | 26 | 0 | C | 12A | 3B | 47 |
| Octal | 336 | 213 | 341 | 1 | 46 | 0 | 14 | 452 | 73 | 107 |
| Binary | 11011110 | 10001011 | 11100001 | 1 | 100110 | 0 | 1100 | 100101010 | 111011 | 1000111 |
Color Harmonies of #DE8BE1
Complementary color
Monochromatic Colors of #DE8BE1
Black with #DE8BE1
Text Example
Text Example
White with #DE8BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8BE1; }
p { color: rgb(222,139,225); }
H1.HeaderClassName
{
color: #DE8BE1;
}
.AnyTagClassName
{
color: #DE8BE1;
}
</style>
background-color css
<style>
a { background-color: #DE8BE1; }
a { background-color: rgb(222,139,225); }
div.DivClassName
{
background-color: #DE8BE1;
}
.BgClassName
{
background-color: #DE8BE1;
}
</style>
border-color css
<style>
span { border-color: #DE8BE1; }
span { border-color: rgb(222,139,225); }
td.TdClassName
{
border-color: #DE8BE1;
}
.TagClassName
{
border-color: #DE8BE1;
}
</style>