#DE94E6

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

Shades of Plum #DE94E6

Tints of Plum #DE94E6

Color information

#DE94E6 (or 0xDE94E6) is unknown color: approx Plum. HEX triplet: DE, 94 and E6. RGB value is (222,148,230). Sum of RGB (Red+Green+Blue) = 222+148+230=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 148 (58.20% from 255 or 24.67% from 600); Blue value is 230 (90.23% from 255 or 38.33% from 600); Max value from RGB is 230 - color contains mainly: blue. Hex color #DE94E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE94E6 is #216B19. Grayscale: #B3B3B3. Windows color (decimal): -2190106 or 15111390. OLE color: 15111390.

HSL color Cylindrical-coordinate representation of color #DE94E6: hue angle of 294.15º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DE94E6 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB222148230-
CMYK0.030.3600.10
HSL294.15º62.12%74.12%-
HSV(B)294.15º35.65%90.2%-
XYZ5542.4280.15-
YUV179.47156.52158.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37%
GREEN value IS 148 (58.20% from 255) = 24.67%
BLUE value IS 230 (90.23% from 255) = 38.33%
R=37%
G=24.67%
B=38.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2221482300.030.3600.10294.1562.1274.12
HexDE94E63240A1263e4a
Octal33622434634401244676112
Binary11011110100101001110011011100100010101001001101111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE94E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE94E6; }

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

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

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

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

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

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

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

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