#DE91DA

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

Shades of Plum #DE91DA

Tints of Plum #DE91DA

Color information

#DE91DA (or 0xDE91DA) is unknown color: approx Plum. HEX triplet: DE, 91 and DA. RGB value is (222,145,218). Sum of RGB (Red+Green+Blue) = 222+145+218=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 145 (57.03% from 255 or 24.79% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DE91DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE91DA is #216E25. Grayscale: #B0B0B0. Windows color (decimal): -2190886 or 14324190. OLE color: 14324190.

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

Color convert

RGB222145218-
CMYK00.350.020.13
HSL303.12º53.85%71.96%-
HSV(B)303.12º34.68%87.06%-
XYZ52.940.8471.42-
YUV176.34151.51160.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.95%
GREEN value IS 145 (57.03% from 255) = 24.79%
BLUE value IS 218 (85.55% from 255) = 37.26%
R=37.95%
G=24.79%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214521800.350.020.13303.1253.8571.96
HexDE91DA0232D12f3648
Octal33622133204321545766110
Binary11011110100100011101101001000111011011001011111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE91DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE91DA; }

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

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

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

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

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

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

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

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