#DE90DB

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

Shades of Plum #DE90DB

Tints of Plum #DE90DB

Color information

#DE90DB (or 0xDE90DB) is unknown color: approx Plum. HEX triplet: DE, 90 and DB. RGB value is (222,144,219). Sum of RGB (Red+Green+Blue) = 222+144+219=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 144 (56.64% from 255 or 24.62% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DE90DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE90DB is #216F24. Grayscale: #AFAFAF. Windows color (decimal): -2191141 or 14389470. OLE color: 14389470.

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

Color convert

RGB222144219-
CMYK00.350.010.13
HSL302.31º54.17%71.76%-
HSV(B)302.31º35.14%87.06%-
XYZ52.8840.5972.07-
YUV175.87152.34160.9-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.95%
GREEN value IS 144 (56.64% from 255) = 24.62%
BLUE value IS 219 (85.94% from 255) = 37.44%
R=37.95%
G=24.62%
B=37.44%

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
Decimal22214421900.350.010.13302.3154.1771.76
HexDE90DB0231D12e3648
Octal33622033304311545666110
Binary1101111010010000110110110100011111011001011101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE90DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE90DB; }

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

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

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

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

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

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

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

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