#D6A3DF

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

Shades of Plum #D6A3DF

Tints of Plum #D6A3DF

Color information

#D6A3DF (or 0xD6A3DF) is unknown color: approx Plum. HEX triplet: D6, A3 and DF. RGB value is (214,163,223). Sum of RGB (Red+Green+Blue) = 214+163+223=600 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.67% from 600); Green value is 163 (64.06% from 255 or 27.17% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 223 - color contains mainly: blue. Hex color #D6A3DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A3DF is #295C20. Grayscale: #B8B8B8. Windows color (decimal): -2710561 or 14656470. OLE color: 14656470.

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

Color convert

RGB214163223-
CMYK0.040.2700.13
HSL291º48.39%75.69%-
HSV(B)291º26.91%87.45%-
XYZ54.1545.8275.8-
YUV185.09149.4148.62-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.67%
GREEN value IS 163 (64.06% from 255) = 27.17%
BLUE value IS 223 (87.5% from 255) = 37.17%
R=35.67%
G=27.17%
B=37.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141632230.040.2700.1329148.3975.69
HexD6A3DF41B0D123304c
Octal32624333743301544360114
Binary11010110101000111101111110011011011011001000111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A3DF; }

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

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

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

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

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

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

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

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