#DE91DE

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

Shades of Plum #DE91DE

Tints of Plum #DE91DE

Color information

#DE91DE (or 0xDE91DE) is unknown color: approx Plum. HEX triplet: DE, 91 and DE. RGB value is (222,145,222). Sum of RGB (Red+Green+Blue) = 222+145+222=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 145 (57.03% from 255 or 24.62% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE91DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE91DE is #216E21. Grayscale: #B0B0B0. Windows color (decimal): -2190882 or 14586334. OLE color: 14586334.

HSL color Cylindrical-coordinate representation of color #DE91DE: hue angle of 300º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DE91DE is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB222145222-
CMYK00.3500.13
HSL300º53.85%71.96%-
HSV(B)300º34.68%87.06%-
XYZ53.4341.0574.22-
YUV176.8153.51160.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.69%
GREEN value IS 145 (57.03% from 255) = 24.62%
BLUE value IS 222 (87.11% from 255) = 37.69%
R=37.69%
G=24.62%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214522200.3500.1330053.8571.96
HexDE91DE0230D12c3648
Octal33622133604301545466110
Binary1101111010010001110111100100011011011001011001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE91DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE91DE; }

 p { color: rgb(222,145,222); }

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

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

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

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

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

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

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