Shades of Plum #DE8BE0
Tints of Plum #DE8BE0
RGB
CMYK
RGB Variations
Color information
#DE8BE0 (or 0xDE8BE0) is known color: Plum. HEX triplet: DE, 8B and E0. RGB value is (222,139,224). Sum of RGB (Red+Green+Blue) = 222+139+224=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 139 (54.69% from 255 or 23.76% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 224 - color contains mainly: blue. Hex color #DE8BE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8BE0 is #21741F. Grayscale: #ADADAD. Windows color (decimal): -2192416 or 14715870. OLE color: 14715870.
HSL color Cylindrical-coordinate representation of color #DE8BE0: hue angle of 298.59º degrees, saturation: 0.58, 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 #DE8BE0 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 139 | 224 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.12 |
| HSL | 298.59º | 0.58% | 0.71% | - |
| HSV(B) | 298.59º | 0.38% | 0.88% | - |
| XYZ | 52.81 | 39.38 | 75.34 | - |
| YUV | 173.51 | 156.5 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 139 | 224 | 0.01 | 0.38 | 0 | 0.12 | 298.59 | 0.58 | 0.71 |
| Hex | DE | 8B | E0 | 1 | 26 | 0 | C | 12B | 3A | 47 |
| Octal | 336 | 213 | 340 | 1 | 46 | 0 | 14 | 453 | 72 | 107 |
| Binary | 11011110 | 10001011 | 11100000 | 1 | 100110 | 0 | 1100 | 100101011 | 111010 | 1000111 |
Color Harmonies of #DE8BE0
Complementary color
Monochromatic Colors of #DE8BE0
Black with #DE8BE0
Text Example
Text Example
White with #DE8BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8BE0; }
p { color: rgb(222,139,224); }
H1.HeaderClassName
{
color: #DE8BE0;
}
.AnyTagClassName
{
color: #DE8BE0;
}
</style>
background-color css
<style>
a { background-color: #DE8BE0; }
a { background-color: rgb(222,139,224); }
div.DivClassName
{
background-color: #DE8BE0;
}
.BgClassName
{
background-color: #DE8BE0;
}
</style>
border-color css
<style>
span { border-color: #DE8BE0; }
span { border-color: rgb(222,139,224); }
td.TdClassName
{
border-color: #DE8BE0;
}
.TagClassName
{
border-color: #DE8BE0;
}
</style>