#DE9FEE

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

Shades of Plum #DE9FEE

Tints of Plum #DE9FEE

Color information

#DE9FEE (or 0xDE9FEE) is unknown color: approx Plum. HEX triplet: DE, 9F and EE. RGB value is (222,159,238). Sum of RGB (Red+Green+Blue) = 222+159+238=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 159 (62.5% from 255 or 25.69% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #DE9FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9FEE is #216011. Grayscale: #BABABA. Windows color (decimal): -2187282 or 15638494. OLE color: 15638494.

HSL color Cylindrical-coordinate representation of color #DE9FEE: hue angle of 287.85º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DE9FEE is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222159238-
CMYK0.070.3300.07
HSL287.85º69.91%77.84%-
HSV(B)287.85º33.19%93.33%-
XYZ57.9546.586.81-
YUV186.84156.87153.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.86%
GREEN value IS 159 (62.5% from 255) = 25.69%
BLUE value IS 238 (93.36% from 255) = 38.45%
R=35.86%
G=25.69%
B=38.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221592380.070.3300.07287.8569.9177.84
HexDE9FEE72107120464e
Octal33623735674107440106116
Binary110111101001111111101110111100001011110010000010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9FEE; }

 p { color: rgb(222,159,238); }

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

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

 a { background-color: rgb(222,159,238); }

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

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

 span { border-color: rgb(222,159,238); }

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