#D79CCF

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

Shades of Plum #D79CCF

Tints of Plum #D79CCF

Color information

#D79CCF (or 0xD79CCF) is unknown color: approx Plum. HEX triplet: D7, 9C and CF. RGB value is (215,156,207). Sum of RGB (Red+Green+Blue) = 215+156+207=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 156 (61.33% from 255 or 26.99% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 215 - color contains mainly: red. Hex color #D79CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79CCF is #286330. Grayscale: #B3B3B3. Windows color (decimal): -2646833 or 13606103. OLE color: 13606103.

HSL color Cylindrical-coordinate representation of color #D79CCF: hue angle of 308.14º 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 #D79CCF is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB215156207-
CMYK00.270.040.16
HSL308.14º42.45%72.75%-
HSV(B)308.14º27.44%84.31%-
XYZ51.1842.7364.58-
YUV179.46143.55153.35-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.20%
GREEN value IS 156 (61.33% from 255) = 26.99%
BLUE value IS 207 (81.25% from 255) = 35.81%
R=37.20%
G=26.99%
B=35.81%

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
Decimal21515620700.270.040.16308.1442.4572.75
HexD79CCF01B4101342a49
Octal32723431703342046452111
Binary110101111001110011001111011011100100001001101001010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79CCF; }

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

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

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

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

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

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

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

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