#DE96D1

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

Shades of Plum #DE96D1

Tints of Plum #DE96D1

Color information

#DE96D1 (or 0xDE96D1) is unknown color: approx Plum. HEX triplet: DE, 96 and D1. RGB value is (222,150,209). Sum of RGB (Red+Green+Blue) = 222+150+209=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 150 (58.98% from 255 or 25.82% from 581); Blue value is 209 (82.03% from 255 or 35.97% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DE96D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE96D1 is #21692E. Grayscale: #B2B2B2. Windows color (decimal): -2189615 or 13735646. OLE color: 13735646.

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

Color convert

RGB222150209-
CMYK00.320.060.13
HSL310.83º52.17%72.94%-
HSV(B)310.83º32.43%87.06%-
XYZ52.5441.9565.65-
YUV178.25145.35159.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.21%
GREEN value IS 150 (58.98% from 255) = 25.82%
BLUE value IS 209 (82.03% from 255) = 35.97%
R=38.21%
G=25.82%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215020900.320.060.13310.8352.1772.94
HexDE96D10206D1373449
Octal33622632104061546764111
Binary110111101001011011010001010000011011011001101111101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE96D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE96D1; }

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

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

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

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

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

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

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

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