#D6A1D8

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

Shades of Plum #D6A1D8

Tints of Plum #D6A1D8

Color information

#D6A1D8 (or 0xD6A1D8) is unknown color: approx Plum. HEX triplet: D6, A1 and D8. RGB value is (214,161,216). Sum of RGB (Red+Green+Blue) = 214+161+216=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 161 (63.28% from 255 or 27.24% from 591); Blue value is 216 (84.77% from 255 or 36.55% from 591); Max value from RGB is 216 - color contains mainly: blue. Hex color #D6A1D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A1D8 is #295E27. Grayscale: #B6B6B6. Windows color (decimal): -2711080 or 14197206. OLE color: 14197206.

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

Color convert

RGB214161216-
CMYK0.010.2500.15
HSL297.82º41.35%73.92%-
HSV(B)297.82º25.46%84.71%-
XYZ52.8744.7470.82-
YUV183.12146.56150.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.21%
GREEN value IS 161 (63.28% from 255) = 27.24%
BLUE value IS 216 (84.77% from 255) = 36.55%
R=36.21%
G=27.24%
B=36.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2141612160.010.2500.15297.8241.3573.92
HexD6A1D81190F12a294a
Octal32624133013101745251112
Binary110101101010000111011000111001011111001010101010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A1D8; }

 p { color: rgb(214,161,216); }

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

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

 a { background-color: rgb(214,161,216); }

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

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

 span { border-color: rgb(214,161,216); }

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