#DE9CE1

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

Shades of Plum #DE9CE1

Tints of Plum #DE9CE1

Color information

#DE9CE1 (or 0xDE9CE1) is unknown color: approx Plum. HEX triplet: DE, 9C and E1. RGB value is (222,156,225). Sum of RGB (Red+Green+Blue) = 222+156+225=603 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.82% from 603); Green value is 156 (61.33% from 255 or 25.87% from 603); Blue value is 225 (88.28% from 255 or 37.31% from 603); Max value from RGB is 225 - color contains mainly: blue. Hex color #DE9CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9CE1 is #21631E. Grayscale: #B7B7B7. Windows color (decimal): -2188063 or 14785758. OLE color: 14785758.

HSL color Cylindrical-coordinate representation of color #DE9CE1: hue angle of 297.39º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DE9CE1 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB222156225-
CMYK0.010.3100.12
HSL297.39º53.49%74.71%-
HSV(B)297.39º30.67%88.24%-
XYZ55.644.7476.94-
YUV183.6151.37155.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.82%
GREEN value IS 156 (61.33% from 255) = 25.87%
BLUE value IS 225 (88.28% from 255) = 37.31%
R=36.82%
G=25.87%
B=37.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2221562250.010.3100.12297.3953.4974.71
HexDE9CE111F0C129354b
Octal33623434113701445165113
Binary110111101001110011100001111111011001001010011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9CE1; }

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

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

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

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

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

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

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

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