#D79CE1

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

Shades of Plum #D79CE1

Tints of Plum #D79CE1

Color information

#D79CE1 (or 0xD79CE1) is unknown color: approx Plum. HEX triplet: D7, 9C and E1. RGB value is (215,156,225). Sum of RGB (Red+Green+Blue) = 215+156+225=596 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.07% from 596); Green value is 156 (61.33% from 255 or 26.17% from 596); Blue value is 225 (88.28% from 255 or 37.75% from 596); Max value from RGB is 225 - color contains mainly: blue. Hex color #D79CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79CE1 is #28631E. Grayscale: #B5B5B5. Windows color (decimal): -2646815 or 14785751. OLE color: 14785751.

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

Color convert

RGB215156225-
CMYK0.040.3100.12
HSL291.3º53.49%74.71%-
HSV(B)291.3º30.67%88.24%-
XYZ53.543.6676.84-
YUV181.51152.55151.89-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.07%
GREEN value IS 156 (61.33% from 255) = 26.17%
BLUE value IS 225 (88.28% from 255) = 37.75%
R=36.07%
G=26.17%
B=37.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2151562250.040.3100.12291.353.4974.71
HexD79CE141F0C123354b
Octal32723434143701444365113
Binary11010111100111001110000110011111011001001000111101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79CE1; }

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

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

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

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

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

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

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

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