#D79AD9

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

Shades of Plum #D79AD9

Tints of Plum #D79AD9

Color information

#D79AD9 (or 0xD79AD9) is unknown color: approx Plum. HEX triplet: D7, 9A and D9. RGB value is (215,154,217). Sum of RGB (Red+Green+Blue) = 215+154+217=586 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.69% from 586); Green value is 154 (60.55% from 255 or 26.28% from 586); Blue value is 217 (85.16% from 255 or 37.03% from 586); Max value from RGB is 217 - color contains mainly: blue. Hex color #D79AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79AD9 is #286526. Grayscale: #B3B3B3. Windows color (decimal): -2647335 or 14260951. OLE color: 14260951.

HSL color Cylindrical-coordinate representation of color #D79AD9: hue angle of 298.1º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D79AD9 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB215154217-
CMYK0.010.2900.15
HSL298.1º45.32%72.75%-
HSV(B)298.1º29.03%85.1%-
XYZ52.142.5771.12-
YUV179.42149.21153.38-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.69%
GREEN value IS 154 (60.55% from 255) = 26.28%
BLUE value IS 217 (85.16% from 255) = 37.03%
R=36.69%
G=26.28%
B=37.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2151542170.010.2900.15298.145.3272.75
HexD79AD911D0F12a2d49
Octal32723233113501745255111
Binary110101111001101011011001111101011111001010101011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79AD9; }

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

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

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

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

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

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

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

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