#D991E1

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

Shades of Plum #D991E1

Tints of Plum #D991E1

Color information

#D991E1 (or 0xD991E1) is unknown color: approx Plum. HEX triplet: D9, 91 and E1. RGB value is (217,145,225). Sum of RGB (Red+Green+Blue) = 217+145+225=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 145 (57.03% from 255 or 24.70% from 587); Blue value is 225 (88.28% from 255 or 38.33% from 587); Max value from RGB is 225 - color contains mainly: blue. Hex color #D991E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D991E1 is #266E1E. Grayscale: #AFAFAF. Windows color (decimal): -2518559 or 14782937. OLE color: 14782937.

HSL color Cylindrical-coordinate representation of color #D991E1: hue angle of 294º 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 #D991E1 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB217145225-
CMYK0.040.3600.12
HSL294º57.14%72.55%-
HSV(B)294º35.56%88.24%-
XYZ52.3340.4476.28-
YUV175.65155.85157.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.97%
GREEN value IS 145 (57.03% from 255) = 24.70%
BLUE value IS 225 (88.28% from 255) = 38.33%
R=36.97%
G=24.70%
B=38.33%

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
Decimal2171452250.040.3600.1229457.1472.55
HexD991E14240C1263949
Octal33122134144401444671111
Binary110110011001000111100001100100100011001001001101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D991E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D991E1; }

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

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

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

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

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

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

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

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