#DE95E2

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

Shades of Plum #DE95E2

Tints of Plum #DE95E2

Color information

#DE95E2 (or 0xDE95E2) is unknown color: approx Plum. HEX triplet: DE, 95 and E2. RGB value is (222,149,226). Sum of RGB (Red+Green+Blue) = 222+149+226=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 149 (58.59% from 255 or 24.96% from 597); Blue value is 226 (88.67% from 255 or 37.86% from 597); Max value from RGB is 226 - color contains mainly: blue. Hex color #DE95E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE95E2 is #216A1D. Grayscale: #B3B3B3. Windows color (decimal): -2189854 or 14849502. OLE color: 14849502.

HSL color Cylindrical-coordinate representation of color #DE95E2: hue angle of 296.88º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DE95E2 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB222149226-
CMYK0.020.3400.11
HSL296.88º57.04%73.53%-
HSV(B)296.88º34.07%88.63%-
XYZ54.642.5277.28-
YUV179.6154.18158.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.19%
GREEN value IS 149 (58.59% from 255) = 24.96%
BLUE value IS 226 (88.67% from 255) = 37.86%
R=37.19%
G=24.96%
B=37.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2221492260.020.3400.11296.8857.0473.53
HexDE95E22220B129394a
Octal33622534224201345171112
Binary11011110100101011110001010100010010111001010011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE95E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE95E2; }

 p { color: rgb(222,149,226); }

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

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

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

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

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

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

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