#D79AE4

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

Shades of Plum #D79AE4

Tints of Plum #D79AE4

Color information

#D79AE4 (or 0xD79AE4) is unknown color: approx Plum. HEX triplet: D7, 9A and E4. RGB value is (215,154,228). Sum of RGB (Red+Green+Blue) = 215+154+228=597 (79% of max value = 765). Red value is 215 (84.38% from 255 or 36.01% from 597); Green value is 154 (60.55% from 255 or 25.80% from 597); Blue value is 228 (89.45% from 255 or 38.19% from 597); Max value from RGB is 228 - color contains mainly: blue. Hex color #D79AE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79AE4 is #28651B. Grayscale: #B4B4B4. Windows color (decimal): -2647324 or 14981847. OLE color: 14981847.

HSL color Cylindrical-coordinate representation of color #D79AE4: hue angle of 289.46º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D79AE4 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB215154228-
CMYK0.060.3200.11
HSL289.46º57.81%74.9%-
HSV(B)289.46º32.46%89.41%-
XYZ53.5843.1678.91-
YUV180.68154.71152.48-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.01%
GREEN value IS 154 (60.55% from 255) = 25.80%
BLUE value IS 228 (89.45% from 255) = 38.19%
R=36.01%
G=25.80%
B=38.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2151542280.060.3200.11289.4657.8174.9
HexD79AE46200B1213a4b
Octal32723234464001344172113
Binary110101111001101011100100110100000010111001000011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79AE4; }

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

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

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

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

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

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

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

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