#DE91DB

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

Shades of Plum #DE91DB

Tints of Plum #DE91DB

Color information

#DE91DB (or 0xDE91DB) is unknown color: approx Plum. HEX triplet: DE, 91 and DB. RGB value is (222,145,219). Sum of RGB (Red+Green+Blue) = 222+145+219=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 145 (57.03% from 255 or 24.74% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 222 - color contains mainly: red. Hex color #DE91DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE91DB is #216E24. Grayscale: #B0B0B0. Windows color (decimal): -2190885 or 14389726. OLE color: 14389726.

HSL color Cylindrical-coordinate representation of color #DE91DB: hue angle of 302.34º 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 #DE91DB is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB222145219-
CMYK00.350.010.13
HSL302.34º53.85%71.96%-
HSV(B)302.34º34.68%87.06%-
XYZ53.0440.8972.12-
YUV176.46152.01160.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.88%
GREEN value IS 145 (57.03% from 255) = 24.74%
BLUE value IS 219 (85.94% from 255) = 37.37%
R=37.88%
G=24.74%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214521900.350.010.13302.3453.8571.96
HexDE91DB0231D12e3648
Octal33622133304311545666110
Binary1101111010010001110110110100011111011001011101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE91DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE91DB; }

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

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

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

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

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

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

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

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