#DE90DA

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

Shades of Plum #DE90DA

Tints of Plum #DE90DA

Color information

#DE90DA (or 0xDE90DA) is unknown color: approx Plum. HEX triplet: DE, 90 and DA. RGB value is (222,144,218). Sum of RGB (Red+Green+Blue) = 222+144+218=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 144 (56.64% from 255 or 24.66% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 222 - color contains mainly: red. Hex color #DE90DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE90DA is #216F25. Grayscale: #AFAFAF. Windows color (decimal): -2191142 or 14323934. OLE color: 14323934.

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

Color convert

RGB222144218-
CMYK00.350.020.13
HSL303.08º54.17%71.76%-
HSV(B)303.08º35.14%87.06%-
XYZ52.7540.5471.37-
YUV175.76151.84160.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.01%
GREEN value IS 144 (56.64% from 255) = 24.66%
BLUE value IS 218 (85.55% from 255) = 37.33%
R=38.01%
G=24.66%
B=37.33%

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
Decimal22214421800.350.020.13303.0854.1771.76
HexDE90DA0232D12f3648
Octal33622033204321545766110
Binary11011110100100001101101001000111011011001011111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE90DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE90DA; }

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

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

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

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

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

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

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

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