#DE8BDF

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

Shades of Plum #DE8BDF

Tints of Plum #DE8BDF

Color information

#DE8BDF (or 0xDE8BDF) is unknown color: approx Plum. HEX triplet: DE, 8B and DF. RGB value is (222,139,223). Sum of RGB (Red+Green+Blue) = 222+139+223=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 139 (54.69% from 255 or 23.80% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE8BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8BDF is #217420. Grayscale: #ADADAD. Windows color (decimal): -2192417 or 14650334. OLE color: 14650334.

HSL color Cylindrical-coordinate representation of color #DE8BDF: hue angle of 299.29º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DE8BDF is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB222139223-
CMYK0.000.3800.13
HSL299.29º56.76%70.98%-
HSV(B)299.29º37.67%87.45%-
XYZ52.6839.3274.63-
YUV173.39156162.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.01%
GREEN value IS 139 (54.69% from 255) = 23.80%
BLUE value IS 223 (87.5% from 255) = 38.18%
R=38.01%
G=23.80%
B=38.18%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221392230.000.3800.13299.2956.7670.98
HexDE8BDF0260D12b3947
Octal33621333704601545371107
Binary1101111010001011110111110100110011011001010111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8BDF; }

 p { color: rgb(222,139,223); }

 H1.HeaderClassName
 {
   color: #DE8BDF;
 }
 .AnyTagClassName
 {
   color: #DE8BDF;
 }
</style>
background-color css

<style>
 a { background-color: #DE8BDF; }

 a { background-color: rgb(222,139,223); }

 div.DivClassName
 {
   background-color: #DE8BDF;
 }
 .BgClassName
 {
   background-color: #DE8BDF;
 }
</style>
border-color css

<style>
 span { border-color: #DE8BDF; }

 span { border-color: rgb(222,139,223); }

 td.TdClassName
 {
   border-color: #DE8BDF;
 }
 .TagClassName
 {
   border-color: #DE8BDF;
 }
</style>