#DE96E7

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

Shades of Plum #DE96E7

Tints of Plum #DE96E7

Color information

#DE96E7 (or 0xDE96E7) is unknown color: approx Plum. HEX triplet: DE, 96 and E7. RGB value is (222,150,231). Sum of RGB (Red+Green+Blue) = 222+150+231=603 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.82% from 603); Green value is 150 (58.98% from 255 or 24.88% from 603); Blue value is 231 (90.62% from 255 or 38.31% from 603); Max value from RGB is 231 - color contains mainly: blue. Hex color #DE96E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE96E7 is #216918. Grayscale: #B4B4B4. Windows color (decimal): -2189593 or 15177438. OLE color: 15177438.

HSL color Cylindrical-coordinate representation of color #DE96E7: hue angle of 293.33º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DE96E7 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB222150231-
CMYK0.040.3500.09
HSL293.33º62.79%74.71%-
HSV(B)293.33º35.06%90.59%-
XYZ55.4543.1181-
YUV180.76156.35157.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.82%
GREEN value IS 150 (58.98% from 255) = 24.88%
BLUE value IS 231 (90.62% from 255) = 38.31%
R=36.82%
G=24.88%
B=38.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2221502310.040.3500.09293.3362.7974.71
HexDE96E7423091253f4b
Octal33622634744301144577113
Binary110111101001011011100111100100011010011001001011111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE96E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE96E7; }

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

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

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

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

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

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

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

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