#D6A4DF

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

Shades of Plum #D6A4DF

Tints of Plum #D6A4DF

Color information

#D6A4DF (or 0xD6A4DF) is unknown color: approx Plum. HEX triplet: D6, A4 and DF. RGB value is (214,164,223). Sum of RGB (Red+Green+Blue) = 214+164+223=601 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.61% from 601); Green value is 164 (64.45% from 255 or 27.29% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 223 - color contains mainly: blue. Hex color #D6A4DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A4DF is #295B20. Grayscale: #B9B9B9. Windows color (decimal): -2710305 or 14656726. OLE color: 14656726.

HSL color Cylindrical-coordinate representation of color #D6A4DF: hue angle of 290.85º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D6A4DF is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB214164223-
CMYK0.040.2600.13
HSL290.85º47.97%75.88%-
HSV(B)290.85º26.46%87.45%-
XYZ54.3346.1775.86-
YUV185.68149.06148.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.61%
GREEN value IS 164 (64.45% from 255) = 27.29%
BLUE value IS 223 (87.5% from 255) = 37.10%
R=35.61%
G=27.29%
B=37.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141642230.040.2600.13290.8547.9775.88
HexD6A4DF41A0D123304c
Octal32624433743201544360114
Binary11010110101001001101111110011010011011001000111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A4DF; }

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

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

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

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

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

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

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

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