#D79CD4

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

Shades of Plum #D79CD4

Tints of Plum #D79CD4

Color information

#D79CD4 (or 0xD79CD4) is unknown color: approx Plum. HEX triplet: D7, 9C and D4. RGB value is (215,156,212). Sum of RGB (Red+Green+Blue) = 215+156+212=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 156 (61.33% from 255 or 26.76% from 583); Blue value is 212 (83.20% from 255 or 36.36% from 583); Max value from RGB is 215 - color contains mainly: red. Hex color #D79CD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79CD4 is #28632B. Grayscale: #B3B3B3. Windows color (decimal): -2646828 or 13933783. OLE color: 13933783.

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

Color convert

RGB215156212-
CMYK00.270.010.16
HSL303.05º42.45%72.75%-
HSV(B)303.05º27.44%84.31%-
XYZ51.842.9867.85-
YUV180.02146.05152.95-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.88%
GREEN value IS 156 (61.33% from 255) = 26.76%
BLUE value IS 212 (83.20% from 255) = 36.36%
R=36.88%
G=26.76%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515621200.270.010.16303.0542.4572.75
HexD79CD401B11012f2a49
Octal32723432403312045752111
Binary1101011110011100110101000110111100001001011111010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79CD4; }

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

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

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

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

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

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

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

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