#D891E1

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

Shades of Plum #D891E1

Tints of Plum #D891E1

Color information

#D891E1 (or 0xD891E1) is unknown color: approx Plum. HEX triplet: D8, 91 and E1. RGB value is (216,145,225). Sum of RGB (Red+Green+Blue) = 216+145+225=586 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.86% from 586); Green value is 145 (57.03% from 255 or 24.74% from 586); Blue value is 225 (88.28% from 255 or 38.40% from 586); Max value from RGB is 225 - color contains mainly: blue. Hex color #D891E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D891E1 is #276E1E. Grayscale: #AFAFAF. Windows color (decimal): -2584095 or 14782936. OLE color: 14782936.

HSL color Cylindrical-coordinate representation of color #D891E1: hue angle of 293.25º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D891E1 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB216145225-
CMYK0.040.3600.12
HSL293.25º57.14%72.55%-
HSV(B)293.25º35.56%88.24%-
XYZ52.0340.2976.27-
YUV175.35156.02157-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.86%
GREEN value IS 145 (57.03% from 255) = 24.74%
BLUE value IS 225 (88.28% from 255) = 38.40%
R=36.86%
G=24.74%
B=38.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2161452250.040.3600.12293.2557.1472.55
HexD891E14240C1253949
Octal33022134144401444571111
Binary110110001001000111100001100100100011001001001011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D891E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D891E1; }

 p { color: rgb(216,145,225); }

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

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

 a { background-color: rgb(216,145,225); }

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

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

 span { border-color: rgb(216,145,225); }

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