#D891E7

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

Shades of Plum #D891E7

Tints of Plum #D891E7

Color information

#D891E7 (or 0xD891E7) is unknown color: approx Plum. HEX triplet: D8, 91 and E7. RGB value is (216,145,231). Sum of RGB (Red+Green+Blue) = 216+145+231=592 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.49% from 592); Green value is 145 (57.03% from 255 or 24.49% from 592); Blue value is 231 (90.62% from 255 or 39.02% from 592); Max value from RGB is 231 - color contains mainly: blue. Hex color #D891E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D891E7 is #276E18. Grayscale: #AFAFAF. Windows color (decimal): -2584089 or 15176152. OLE color: 15176152.

HSL color Cylindrical-coordinate representation of color #D891E7: hue angle of 289.53º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D891E7 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB216145231-
CMYK0.060.3700.09
HSL289.53º64.18%73.73%-
HSV(B)289.53º37.23%90.59%-
XYZ52.8740.6280.66-
YUV176.03159.02156.51-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.49%
GREEN value IS 145 (57.03% from 255) = 24.49%
BLUE value IS 231 (90.62% from 255) = 39.02%
R=36.49%
G=24.49%
B=39.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2161452310.060.3700.09289.5364.1873.73
HexD891E762509122404a
Octal330221347645011442100112
Binary1101100010010001111001111101001010100110010001010000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D891E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D891E7; }

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

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

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

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

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

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

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

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