#D79FCE

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

Shades of Plum #D79FCE

Tints of Plum #D79FCE

Color information

#D79FCE (or 0xD79FCE) is unknown color: approx Plum. HEX triplet: D7, 9F and CE. RGB value is (215,159,206). Sum of RGB (Red+Green+Blue) = 215+159+206=580 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.07% from 580); Green value is 159 (62.5% from 255 or 27.41% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 215 - color contains mainly: red. Hex color #D79FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79FCE is #286031. Grayscale: #B4B4B4. Windows color (decimal): -2646066 or 13541335. OLE color: 13541335.

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

Color convert

RGB215159206-
CMYK00.260.040.16
HSL309.64º41.18%73.33%-
HSV(B)309.64º26.05%84.31%-
XYZ51.5643.764.11-
YUV181.1142.05152.18-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.07%
GREEN value IS 159 (62.5% from 255) = 27.41%
BLUE value IS 206 (80.86% from 255) = 35.52%
R=37.07%
G=27.41%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515920600.260.040.16309.6441.1873.33
HexD79FCE01A4101362949
Octal32723731603242046651111
Binary110101111001111111001110011010100100001001101101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79FCE; }

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

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

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

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

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

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

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

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