#DE97DE

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

Shades of Plum #DE97DE

Tints of Plum #DE97DE

Color information

#DE97DE (or 0xDE97DE) is unknown color: approx Plum. HEX triplet: DE, 97 and DE. RGB value is (222,151,222). Sum of RGB (Red+Green+Blue) = 222+151+222=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 151 (59.38% from 255 or 25.38% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE97DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE97DE is #216821. Grayscale: #B4B4B4. Windows color (decimal): -2189346 or 14587870. OLE color: 14587870.

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

Color convert

RGB222151222-
CMYK00.3200.13
HSL300º51.82%73.14%-
HSV(B)300º31.98%87.06%-
XYZ54.3842.9474.53-
YUV180.32151.52157.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.31%
GREEN value IS 151 (59.38% from 255) = 25.38%
BLUE value IS 222 (87.11% from 255) = 37.31%
R=37.31%
G=25.38%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215122200.3200.1330051.8273.14
HexDE97DE0200D12c3449
Octal33622733604001545464111
Binary1101111010010111110111100100000011011001011001101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE97DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE97DE; }

 p { color: rgb(222,151,222); }

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

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

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

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

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

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

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