#DE9FE0

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

Shades of Plum #DE9FE0

Tints of Plum #DE9FE0

Color information

#DE9FE0 (or 0xDE9FE0) is unknown color: approx Plum. HEX triplet: DE, 9F and E0. RGB value is (222,159,224). Sum of RGB (Red+Green+Blue) = 222+159+224=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 159 (62.5% from 255 or 26.28% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 224 - color contains mainly: blue. Hex color #DE9FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9FE0 is #21601F. Grayscale: #B9B9B9. Windows color (decimal): -2187296 or 14720990. OLE color: 14720990.

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

Color convert

RGB222159224-
CMYK0.010.2900.12
HSL298.15º51.18%75.1%-
HSV(B)298.15º29.02%87.84%-
XYZ55.9845.7176.39-
YUV185.25149.87154.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.69%
GREEN value IS 159 (62.5% from 255) = 26.28%
BLUE value IS 224 (87.89% from 255) = 37.02%
R=36.69%
G=26.28%
B=37.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2221592240.010.2900.12298.1551.1875.1
HexDE9FE011D0C12a334b
Octal33623734013501445263113
Binary110111101001111111100000111101011001001010101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9FE0; }

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

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

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

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

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

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

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

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