#D890E5

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

Shades of Plum #D890E5

Tints of Plum #D890E5

Color information

#D890E5 (or 0xD890E5) is unknown color: approx Plum. HEX triplet: D8, 90 and E5. RGB value is (216,144,229). Sum of RGB (Red+Green+Blue) = 216+144+229=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 144 (56.64% from 255 or 24.45% from 589); Blue value is 229 (89.84% from 255 or 38.88% from 589); Max value from RGB is 229 - color contains mainly: blue. Hex color #D890E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D890E5 is #276F1A. Grayscale: #AEAEAE. Windows color (decimal): -2584347 or 15044824. OLE color: 15044824.

HSL color Cylindrical-coordinate representation of color #D890E5: hue angle of 290.82º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D890E5 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB216144229-
CMYK0.060.3700.10
HSL290.82º62.04%73.14%-
HSV(B)290.82º37.12%89.8%-
XYZ52.4440.279.12-
YUV175.22158.35157.09-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.67%
GREEN value IS 144 (56.64% from 255) = 24.45%
BLUE value IS 229 (89.84% from 255) = 38.88%
R=36.67%
G=24.45%
B=38.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2161442290.060.3700.10290.8262.0473.14
HexD890E56250A1233e49
Octal33022034564501244376111
Binary110110001001000011100101110100101010101001000111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D890E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D890E5; }

 p { color: rgb(216,144,229); }

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

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

 a { background-color: rgb(216,144,229); }

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

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

 span { border-color: rgb(216,144,229); }

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