#D79AE1

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

Shades of Plum #D79AE1

Tints of Plum #D79AE1

Color information

#D79AE1 (or 0xD79AE1) is unknown color: approx Plum. HEX triplet: D7, 9A and E1. RGB value is (215,154,225). Sum of RGB (Red+Green+Blue) = 215+154+225=594 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.20% from 594); Green value is 154 (60.55% from 255 or 25.93% from 594); Blue value is 225 (88.28% from 255 or 37.88% from 594); Max value from RGB is 225 - color contains mainly: blue. Hex color #D79AE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79AE1 is #28651E. Grayscale: #B4B4B4. Windows color (decimal): -2647327 or 14785239. OLE color: 14785239.

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

Color convert

RGB215154225-
CMYK0.040.3200.12
HSL291.55º54.2%74.31%-
HSV(B)291.55º31.56%88.24%-
XYZ53.1742.9976.73-
YUV180.33153.21152.73-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.20%
GREEN value IS 154 (60.55% from 255) = 25.93%
BLUE value IS 225 (88.28% from 255) = 37.88%
R=36.20%
G=25.93%
B=37.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2151542250.040.3200.12291.5554.274.31
HexD79AE14200C124364a
Octal32723234144001444466112
Binary110101111001101011100001100100000011001001001001101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79AE1; }

 p { color: rgb(215,154,225); }

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

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

 a { background-color: rgb(215,154,225); }

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

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

 span { border-color: rgb(215,154,225); }

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