#D6A6DB

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

Shades of Plum #D6A6DB

Tints of Plum #D6A6DB

Color information

#D6A6DB (or 0xD6A6DB) is unknown color: approx Plum. HEX triplet: D6, A6 and DB. RGB value is (214,166,219). Sum of RGB (Red+Green+Blue) = 214+166+219=599 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.73% from 599); Green value is 166 (65.23% from 255 or 27.71% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6A6DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A6DB is #295924. Grayscale: #BABABA. Windows color (decimal): -2709797 or 14395094. OLE color: 14395094.

HSL color Cylindrical-coordinate representation of color #D6A6DB: hue angle of 294.34º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6A6DB is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB214166219-
CMYK0.020.2400.14
HSL294.34º42.4%75.49%-
HSV(B)294.34º24.2%85.88%-
XYZ54.1546.6873.17-
YUV186.39146.4147.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.73%
GREEN value IS 166 (65.23% from 255) = 27.71%
BLUE value IS 219 (85.94% from 255) = 36.56%
R=35.73%
G=27.71%
B=36.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141662190.020.2400.14294.3442.475.49
HexD6A6DB2180E1262a4b
Octal32624633323001644652113
Binary1101011010100110110110111011000011101001001101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A6DB; }

 p { color: rgb(214,166,219); }

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

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

 a { background-color: rgb(214,166,219); }

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

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

 span { border-color: rgb(214,166,219); }

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