#D7A4D6

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

Shades of Plum #D7A4D6

Tints of Plum #D7A4D6

Color information

#D7A4D6 (or 0xD7A4D6) is unknown color: approx Plum. HEX triplet: D7, A4 and D6. RGB value is (215,164,214). Sum of RGB (Red+Green+Blue) = 215+164+214=593 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.26% from 593); Green value is 164 (64.45% from 255 or 27.66% from 593); Blue value is 214 (83.98% from 255 or 36.09% from 593); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A4D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A4D6 is #285B29. Grayscale: #B8B8B8. Windows color (decimal): -2644778 or 14066903. OLE color: 14066903.

HSL color Cylindrical-coordinate representation of color #D7A4D6: hue angle of 301.18º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D7A4D6 is Cyan = 0, Magento = 0.24, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB215164214-
CMYK00.240.000.16
HSL301.18º38.93%74.31%-
HSV(B)301.18º23.72%84.31%-
XYZ53.4445.8569.65-
YUV184.95144.4149.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.26%
GREEN value IS 164 (64.45% from 255) = 27.66%
BLUE value IS 214 (83.98% from 255) = 36.09%
R=36.26%
G=27.66%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516421400.240.000.16301.1838.9374.31
HexD7A4D601801012d274a
Octal32724432603002045547112
Binary1101011110100100110101100110000100001001011011001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A4D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A4D6; }

 p { color: rgb(215,164,214); }

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

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

 a { background-color: rgb(215,164,214); }

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

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

 span { border-color: rgb(215,164,214); }

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