#D79CE0

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

Shades of Plum #D79CE0

Tints of Plum #D79CE0

Color information

#D79CE0 (or 0xD79CE0) is unknown color: approx Plum. HEX triplet: D7, 9C and E0. RGB value is (215,156,224). Sum of RGB (Red+Green+Blue) = 215+156+224=595 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.13% from 595); Green value is 156 (61.33% from 255 or 26.22% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 224 - color contains mainly: blue. Hex color #D79CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79CE0 is #28631F. Grayscale: #B5B5B5. Windows color (decimal): -2646816 or 14720215. OLE color: 14720215.

HSL color Cylindrical-coordinate representation of color #D79CE0: hue angle of 292.06º degrees, saturation: 0.52, 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 #D79CE0 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB215156224-
CMYK0.040.3000.12
HSL292.06º52.31%74.51%-
HSV(B)292.06º30.36%87.84%-
XYZ53.3743.6176.13-
YUV181.39152.05151.97-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.13%
GREEN value IS 156 (61.33% from 255) = 26.22%
BLUE value IS 224 (87.89% from 255) = 37.65%
R=36.13%
G=26.22%
B=37.65%

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
Decimal2151562240.040.3000.12292.0652.3174.51
HexD79CE041E0C124344b
Octal32723434043601444464113
Binary11010111100111001110000010011110011001001001001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79CE0; }

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

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

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

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

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

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

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

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