#D6A2E1

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

Shades of Plum #D6A2E1

Tints of Plum #D6A2E1

Color information

#D6A2E1 (or 0xD6A2E1) is unknown color: approx Plum. HEX triplet: D6, A2 and E1. RGB value is (214,162,225). Sum of RGB (Red+Green+Blue) = 214+162+225=601 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.61% from 601); Green value is 162 (63.67% from 255 or 26.96% from 601); Blue value is 225 (88.28% from 255 or 37.44% from 601); Max value from RGB is 225 - color contains mainly: blue. Hex color #D6A2E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A2E1 is #295D1E. Grayscale: #B8B8B8. Windows color (decimal): -2710815 or 14787286. OLE color: 14787286.

HSL color Cylindrical-coordinate representation of color #D6A2E1: hue angle of 289.52º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D6A2E1 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB214162225-
CMYK0.050.2800.12
HSL289.52º51.22%75.88%-
HSV(B)289.52º28%88.24%-
XYZ54.2445.5777.17-
YUV184.73150.73148.88-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.61%
GREEN value IS 162 (63.67% from 255) = 26.96%
BLUE value IS 225 (88.28% from 255) = 37.44%
R=35.61%
G=26.96%
B=37.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2141622250.050.2800.12289.5251.2275.88
HexD6A2E151C0C122334c
Octal32624234153401444263114
Binary11010110101000101110000110111100011001001000101100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A2E1; }

 p { color: rgb(214,162,225); }

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

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

 a { background-color: rgb(214,162,225); }

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

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

 span { border-color: rgb(214,162,225); }

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