#D79CDA

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

Shades of Plum #D79CDA

Tints of Plum #D79CDA

Color information

#D79CDA (or 0xD79CDA) is unknown color: approx Plum. HEX triplet: D7, 9C and DA. RGB value is (215,156,218). Sum of RGB (Red+Green+Blue) = 215+156+218=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 156 (61.33% from 255 or 26.49% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 218 - color contains mainly: blue. Hex color #D79CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79CDA is #286325. Grayscale: #B4B4B4. Windows color (decimal): -2646822 or 14326999. OLE color: 14326999.

HSL color Cylindrical-coordinate representation of color #D79CDA: hue angle of 297.1º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D79CDA is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB215156218-
CMYK0.010.2800.15
HSL297.1º45.59%73.33%-
HSV(B)297.1º28.44%85.49%-
XYZ52.5743.2971.91-
YUV180.71149.05152.46-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.50%
GREEN value IS 156 (61.33% from 255) = 26.49%
BLUE value IS 218 (85.55% from 255) = 37.01%
R=36.50%
G=26.49%
B=37.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2151562180.010.2800.15297.145.5973.33
HexD79CDA11C0F1292e49
Octal32723433213401745156111
Binary110101111001110011011010111100011111001010011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79CDA; }

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

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

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

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

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

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

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

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