#D7A4E0

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

Shades of Plum #D7A4E0

Tints of Plum #D7A4E0

Color information

#D7A4E0 (or 0xD7A4E0) is unknown color: approx Plum. HEX triplet: D7, A4 and E0. RGB value is (215,164,224). Sum of RGB (Red+Green+Blue) = 215+164+224=603 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.66% from 603); Green value is 164 (64.45% from 255 or 27.20% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 224 - color contains mainly: blue. Hex color #D7A4E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A4E0 is #285B1F. Grayscale: #B9B9B9. Windows color (decimal): -2644768 or 14722263. OLE color: 14722263.

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

Color convert

RGB215164224-
CMYK0.040.2700.12
HSL291º49.18%76.08%-
HSV(B)291º26.79%87.84%-
XYZ54.7546.3876.59-
YUV186.09149.4148.62-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.66%
GREEN value IS 164 (64.45% from 255) = 27.20%
BLUE value IS 224 (87.89% from 255) = 37.15%
R=35.66%
G=27.20%
B=37.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2151642240.040.2700.1229149.1876.08
HexD7A4E041B0C123314c
Octal32724434043301444361114
Binary11010111101001001110000010011011011001001000111100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A4E0; }

 p { color: rgb(215,164,224); }

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

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

 a { background-color: rgb(215,164,224); }

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

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

 span { border-color: rgb(215,164,224); }

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