#DE94EB

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

Shades of Plum #DE94EB

Tints of Plum #DE94EB

Color information

#DE94EB (or 0xDE94EB) is unknown color: approx Plum. HEX triplet: DE, 94 and EB. RGB value is (222,148,235). Sum of RGB (Red+Green+Blue) = 222+148+235=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 148 (58.20% from 255 or 24.46% from 605); Blue value is 235 (92.19% from 255 or 38.84% from 605); Max value from RGB is 235 - color contains mainly: blue. Hex color #DE94EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE94EB is #216B14. Grayscale: #B3B3B3. Windows color (decimal): -2190101 or 15439070. OLE color: 15439070.

HSL color Cylindrical-coordinate representation of color #DE94EB: hue angle of 291.03º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DE94EB is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB222148235-
CMYK0.060.3700.08
HSL291.03º68.5%75.1%-
HSV(B)291.03º37.02%92.16%-
XYZ55.7142.7183.9-
YUV180.04159.02157.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.69%
GREEN value IS 148 (58.20% from 255) = 24.46%
BLUE value IS 235 (92.19% from 255) = 38.84%
R=36.69%
G=24.46%
B=38.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2221482350.060.3700.08291.0368.575.1
HexDE94EB62508123454b
Octal336224353645010443105113
Binary1101111010010100111010111101001010100010010001110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE94EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE94EB; }

 p { color: rgb(222,148,235); }

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

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

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

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

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

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

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