#D79CD2

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

Shades of Plum #D79CD2

Tints of Plum #D79CD2

Color information

#D79CD2 (or 0xD79CD2) is unknown color: approx Plum. HEX triplet: D7, 9C and D2. RGB value is (215,156,210). Sum of RGB (Red+Green+Blue) = 215+156+210=581 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.01% from 581); Green value is 156 (61.33% from 255 or 26.85% from 581); Blue value is 210 (82.42% from 255 or 36.14% from 581); Max value from RGB is 215 - color contains mainly: red. Hex color #D79CD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79CD2 is #28632D. Grayscale: #B3B3B3. Windows color (decimal): -2646830 or 13802711. OLE color: 13802711.

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

Color convert

RGB215156210-
CMYK00.270.020.16
HSL305.08º42.45%72.75%-
HSV(B)305.08º27.44%84.31%-
XYZ51.5542.8866.53-
YUV179.8145.05153.11-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.01%
GREEN value IS 156 (61.33% from 255) = 26.85%
BLUE value IS 210 (82.42% from 255) = 36.14%
R=37.01%
G=26.85%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515621000.270.020.16305.0842.4572.75
HexD79CD201B2101312a49
Octal32723432203322046152111
Binary11010111100111001101001001101110100001001100011010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79CD2; }

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

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

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

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

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

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

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

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