#de96ee

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

Shades of Plum #DE96EE

Tints of Plum #DE96EE

Color information

#DE96EE (or 0xDE96EE) is unknown color: approx Plum. HEX triplet: DE, 96 and EE. RGB value is (222,150,238). Sum of RGB (Red+Green+Blue) = 222+150+238=610 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.39% from 610); Green value is 150 (58.98% from 255 or 24.59% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #DE96EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE96EE is #216911. Grayscale: #B5B5B5. Windows color (decimal): -2189586 or 15636190. OLE color: 15636190.

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

Color convert

RGB222150238-
CMYK0.070.3700.07
HSL289.09º72.13%76.08%-
HSV(B)289.09º36.97%93.33%-
XYZ56.4643.5286.31-
YUV181.56159.85156.84-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.39%
GREEN value IS 150 (58.98% from 255) = 24.59%
BLUE value IS 238 (93.36% from 255) = 39.02%
R=36.39%
G=24.59%
B=39.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221502380.070.3700.07289.0972.1376.08
HexDE96EE72507121484c
Octal33622635674507441110114
Binary110111101001011011101110111100101011110010000110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de96ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de96ee; }

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

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

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

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

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

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

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

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