#D9A7E1

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

Shades of Plum #D9A7E1

Tints of Plum #D9A7E1

Color information

#D9A7E1 (or 0xD9A7E1) is unknown color: approx Plum. HEX triplet: D9, A7 and E1. RGB value is (217,167,225). Sum of RGB (Red+Green+Blue) = 217+167+225=609 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.63% from 609); Green value is 167 (65.62% from 255 or 27.42% from 609); Blue value is 225 (88.28% from 255 or 36.95% from 609); Max value from RGB is 225 - color contains mainly: blue. Hex color #D9A7E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A7E1 is #26581E. Grayscale: #BCBCBC. Windows color (decimal): -2512927 or 14788569. OLE color: 14788569.

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

Color convert

RGB217167225-
CMYK0.040.2600.12
HSL291.72º49.15%76.86%-
HSV(B)291.72º25.78%88.24%-
XYZ56.0247.8377.51-
YUV188.56148.56148.28-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.63%
GREEN value IS 167 (65.62% from 255) = 27.42%
BLUE value IS 225 (88.28% from 255) = 36.95%
R=35.63%
G=27.42%
B=36.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2171672250.040.2600.12291.7249.1576.86
HexD9A7E141A0C124314d
Octal33124734143201444461115
Binary11011001101001111110000110011010011001001001001100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A7E1; }

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

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

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

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

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

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

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

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