#D6A6DC

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

Shades of Plum #D6A6DC

Tints of Plum #D6A6DC

Color information

#D6A6DC (or 0xD6A6DC) is unknown color: approx Plum. HEX triplet: D6, A6 and DC. RGB value is (214,166,220). Sum of RGB (Red+Green+Blue) = 214+166+220=600 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.67% from 600); Green value is 166 (65.23% from 255 or 27.67% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #D6A6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A6DC is #295923. Grayscale: #BABABA. Windows color (decimal): -2709796 or 14460630. OLE color: 14460630.

HSL color Cylindrical-coordinate representation of color #D6A6DC: hue angle of 293.33º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6A6DC is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB214166220-
CMYK0.030.2500.14
HSL293.33º43.55%75.69%-
HSV(B)293.33º24.55%86.27%-
XYZ54.2946.7473.87-
YUV186.51146.9147.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.67%
GREEN value IS 166 (65.23% from 255) = 27.67%
BLUE value IS 220 (86.33% from 255) = 36.67%
R=35.67%
G=27.67%
B=36.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141662200.030.2500.14293.3343.5575.69
HexD6A6DC3190E1252c4c
Octal32624633433101644554114
Binary1101011010100110110111001111001011101001001011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A6DC; }

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

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

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

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

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

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

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

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