#DE99EE

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

Shades of Plum #DE99EE

Tints of Plum #DE99EE

Color information

#DE99EE (or 0xDE99EE) is unknown color: approx Plum. HEX triplet: DE, 99 and EE. RGB value is (222,153,238). Sum of RGB (Red+Green+Blue) = 222+153+238=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 153 (60.16% from 255 or 24.96% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #DE99EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE99EE is #216611. Grayscale: #B7B7B7. Windows color (decimal): -2188818 or 15636958. OLE color: 15636958.

HSL color Cylindrical-coordinate representation of color #DE99EE: hue angle of 288.71º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DE99EE is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222153238-
CMYK0.070.3600.07
HSL288.71º71.43%76.67%-
HSV(B)288.71º35.71%93.33%-
XYZ56.9544.4986.47-
YUV183.32158.86155.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.22%
GREEN value IS 153 (60.16% from 255) = 24.96%
BLUE value IS 238 (93.36% from 255) = 38.83%
R=36.22%
G=24.96%
B=38.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221532380.070.3600.07288.7171.4376.67
HexDE99EE72407121474d
Octal33623135674407441107115
Binary110111101001100111101110111100100011110010000110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE99EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE99EE; }

 p { color: rgb(222,153,238); }

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

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

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

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

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

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

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