#D6A8DF

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

Shades of Plum #D6A8DF

Tints of Plum #D6A8DF

Color information

#D6A8DF (or 0xD6A8DF) is unknown color: approx Plum. HEX triplet: D6, A8 and DF. RGB value is (214,168,223). Sum of RGB (Red+Green+Blue) = 214+168+223=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 168 (66.02% from 255 or 27.77% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #D6A8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A8DF is #295720. Grayscale: #BBBBBB. Windows color (decimal): -2709281 or 14657750. OLE color: 14657750.

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

Color convert

RGB214168223-
CMYK0.040.2500.13
HSL290.18º46.22%76.67%-
HSV(B)290.18º24.66%87.45%-
XYZ55.0547.6376.1-
YUV188.02147.74146.53-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.37%
GREEN value IS 168 (66.02% from 255) = 27.77%
BLUE value IS 223 (87.5% from 255) = 36.86%
R=35.37%
G=27.77%
B=36.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141682230.040.2500.13290.1846.2276.67
HexD6A8DF4190D1222e4d
Octal32625033743101544256115
Binary11010110101010001101111110011001011011001000101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A8DF; }

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

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

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

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

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

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

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

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