#DE9CE3

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

Shades of Plum #DE9CE3

Tints of Plum #DE9CE3

Color information

#DE9CE3 (or 0xDE9CE3) is unknown color: approx Plum. HEX triplet: DE, 9C and E3. RGB value is (222,156,227). Sum of RGB (Red+Green+Blue) = 222+156+227=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 156 (61.33% from 255 or 25.79% from 605); Blue value is 227 (89.06% from 255 or 37.52% from 605); Max value from RGB is 227 - color contains mainly: blue. Hex color #DE9CE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9CE3 is #21631C. Grayscale: #B7B7B7. Windows color (decimal): -2188061 or 14916830. OLE color: 14916830.

HSL color Cylindrical-coordinate representation of color #DE9CE3: hue angle of 295.77º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DE9CE3 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB222156227-
CMYK0.020.3100.11
HSL295.77º55.91%75.1%-
HSV(B)295.77º31.28%89.02%-
XYZ55.8844.8578.39-
YUV183.83152.37155.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.69%
GREEN value IS 156 (61.33% from 255) = 25.79%
BLUE value IS 227 (89.06% from 255) = 37.52%
R=36.69%
G=25.79%
B=37.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2221562270.020.3100.11295.7755.9175.1
HexDE9CE321F0B128384b
Octal33623434323701345070113
Binary1101111010011100111000111011111010111001010001110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9CE3; }

 p { color: rgb(222,156,227); }

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

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

 a { background-color: rgb(222,156,227); }

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

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

 span { border-color: rgb(222,156,227); }

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