#D79CCE

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

Shades of Plum #D79CCE

Tints of Plum #D79CCE

Color information

#D79CCE (or 0xD79CCE) is unknown color: approx Plum. HEX triplet: D7, 9C and CE. RGB value is (215,156,206). Sum of RGB (Red+Green+Blue) = 215+156+206=577 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.26% from 577); Green value is 156 (61.33% from 255 or 27.04% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 215 - color contains mainly: red. Hex color #D79CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79CCE is #286331. Grayscale: #B3B3B3. Windows color (decimal): -2646834 or 13540567. OLE color: 13540567.

HSL color Cylindrical-coordinate representation of color #D79CCE: hue angle of 309.15º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D79CCE is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB215156206-
CMYK00.270.040.16
HSL309.15º42.45%72.75%-
HSV(B)309.15º27.44%84.31%-
XYZ51.0542.6863.94-
YUV179.34143.05153.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.26%
GREEN value IS 156 (61.33% from 255) = 27.04%
BLUE value IS 206 (80.86% from 255) = 35.70%
R=37.26%
G=27.04%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515620600.270.040.16309.1542.4572.75
HexD79CCE01B4101352a49
Octal32723431603342046552111
Binary110101111001110011001110011011100100001001101011010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79CCE; }

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

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

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

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

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

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

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

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