#DE8BE0

Color #DE8BE0 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #DE8BE0

Tints of Plum #DE8BE0

Color information

#DE8BE0 (or 0xDE8BE0) is unknown color: approx 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

RGB222139224-
CMYK0.010.3800.12
HSL298.59º57.82%71.18%-
HSV(B)298.59º37.95%87.84%-
XYZ52.8139.3875.34-
YUV173.51156.5162.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 37.95%
GREEN value IS 139 (54.69% from 255) = 23.76%
BLUE value IS 224 (87.89% from 255) = 38.29%
R=37.95%
G=23.76%
B=38.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2221392240.010.3800.12298.5957.8271.18
HexDE8BE01260C12b3a47
Octal33621334014601445372107
Binary1101111010001011111000001100110011001001010111110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>