#D79EE1

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

Shades of Plum #D79EE1

Tints of Plum #D79EE1

Color information

#D79EE1 (or 0xD79EE1) is unknown color: approx Plum. HEX triplet: D7, 9E and E1. RGB value is (215,158,225). Sum of RGB (Red+Green+Blue) = 215+158+225=598 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.95% from 598); Green value is 158 (62.11% from 255 or 26.42% from 598); Blue value is 225 (88.28% from 255 or 37.63% from 598); Max value from RGB is 225 - color contains mainly: blue. Hex color #D79EE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79EE1 is #28611E. Grayscale: #B6B6B6. Windows color (decimal): -2646303 or 14786263. OLE color: 14786263.

HSL color Cylindrical-coordinate representation of color #D79EE1: hue angle of 291.04º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D79EE1 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB215158225-
CMYK0.040.3000.12
HSL291.04º52.76%75.1%-
HSV(B)291.04º29.78%88.24%-
XYZ53.8444.3476.95-
YUV182.68151.88151.05-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.95%
GREEN value IS 158 (62.11% from 255) = 26.42%
BLUE value IS 225 (88.28% from 255) = 37.63%
R=35.95%
G=26.42%
B=37.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2151582250.040.3000.12291.0452.7675.1
HexD79EE141E0C123354b
Octal32723634143601444365113
Binary11010111100111101110000110011110011001001000111101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79EE1; }

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

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

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

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

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

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

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

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