#DE96DC

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

Shades of Plum #DE96DC

Tints of Plum #DE96DC

Color information

#DE96DC (or 0xDE96DC) is unknown color: approx Plum. HEX triplet: DE, 96 and DC. RGB value is (222,150,220). Sum of RGB (Red+Green+Blue) = 222+150+220=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 150 (58.98% from 255 or 25.34% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 222 - color contains mainly: red. Hex color #DE96DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE96DC is #216923. Grayscale: #B3B3B3. Windows color (decimal): -2189604 or 14456542. OLE color: 14456542.

HSL color Cylindrical-coordinate representation of color #DE96DC: hue angle of 301.67º 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 #DE96DC is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB222150220-
CMYK00.320.010.13
HSL301.67º52.17%72.94%-
HSV(B)301.67º32.43%87.06%-
XYZ53.9542.5173.07-
YUV179.51150.85158.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.5%
GREEN value IS 150 (58.98% from 255) = 25.34%
BLUE value IS 220 (86.33% from 255) = 37.16%
R=37.5%
G=25.34%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215022000.320.010.13301.6752.1772.94
HexDE96DC0201D12e3449
Octal33622633404011545664111
Binary1101111010010110110111000100000111011001011101101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE96DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE96DC; }

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

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

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

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

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

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

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

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