#DE95E0

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

Shades of Plum #DE95E0

Tints of Plum #DE95E0

Color information

#DE95E0 (or 0xDE95E0) is unknown color: approx Plum. HEX triplet: DE, 95 and E0. RGB value is (222,149,224). Sum of RGB (Red+Green+Blue) = 222+149+224=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 149 (58.59% from 255 or 25.04% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 224 - color contains mainly: blue. Hex color #DE95E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE95E0 is #216A1F. Grayscale: #B3B3B3. Windows color (decimal): -2189856 or 14718430. OLE color: 14718430.

HSL color Cylindrical-coordinate representation of color #DE95E0: hue angle of 298.4º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DE95E0 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB222149224-
CMYK0.010.3300.12
HSL298.4º54.74%73.14%-
HSV(B)298.4º33.48%87.84%-
XYZ54.3342.4175.84-
YUV179.38153.18158.4-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.31%
GREEN value IS 149 (58.59% from 255) = 25.04%
BLUE value IS 224 (87.89% from 255) = 37.65%
R=37.31%
G=25.04%
B=37.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2221492240.010.3300.12298.454.7473.14
HexDE95E01210C12a3749
Octal33622534014101445267111
Binary1101111010010101111000001100001011001001010101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE95E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE95E0; }

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

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

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

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

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

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

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

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