#DE91E7

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

Shades of Plum #DE91E7

Tints of Plum #DE91E7

Color information

#DE91E7 (or 0xDE91E7) is unknown color: approx Plum. HEX triplet: DE, 91 and E7. RGB value is (222,145,231). Sum of RGB (Red+Green+Blue) = 222+145+231=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 145 (57.03% from 255 or 24.25% from 598); Blue value is 231 (90.62% from 255 or 38.63% from 598); Max value from RGB is 231 - color contains mainly: blue. Hex color #DE91E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE91E7 is #216E18. Grayscale: #B1B1B1. Windows color (decimal): -2190873 or 15176158. OLE color: 15176158.

HSL color Cylindrical-coordinate representation of color #DE91E7: hue angle of 293.72º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DE91E7 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB222145231-
CMYK0.040.3700.09
HSL293.72º64.18%73.73%-
HSV(B)293.72º37.23%90.59%-
XYZ54.6741.5580.74-
YUV177.83158.01159.51-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.12%
GREEN value IS 145 (57.03% from 255) = 24.25%
BLUE value IS 231 (90.62% from 255) = 38.63%
R=37.12%
G=24.25%
B=38.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2221452310.040.3700.09293.7264.1873.73
HexDE91E742509126404a
Octal336221347445011446100112
Binary1101111010010001111001111001001010100110010011010000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE91E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE91E7; }

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

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

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

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

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

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

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

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