#DE96CC

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

Shades of Plum #DE96CC

Tints of Plum #DE96CC

Color information

#DE96CC (or 0xDE96CC) is unknown color: approx Plum. HEX triplet: DE, 96 and CC. RGB value is (222,150,204). Sum of RGB (Red+Green+Blue) = 222+150+204=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 222 - color contains mainly: red. Hex color #DE96CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE96CC is #216933. Grayscale: #B1B1B1. Windows color (decimal): -2189620 or 13407966. OLE color: 13407966.

HSL color Cylindrical-coordinate representation of color #DE96CC: hue angle of 315º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DE96CC is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB222150204-
CMYK00.320.080.13
HSL315º52.17%72.94%-
HSV(B)315º32.43%87.06%-
XYZ51.9341.762.44-
YUV177.68142.85159.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.54%
GREEN value IS 150 (58.98% from 255) = 26.04%
BLUE value IS 204 (80.08% from 255) = 35.42%
R=38.54%
G=26.04%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215020400.320.080.1331552.1772.94
HexDE96CC0208D13b3449
Octal336226314040101547364111
Binary1101111010010110110011000100000100011011001110111101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE96CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE96CC; }

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

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

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

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

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

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

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

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