#D6A4DC

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

Shades of Plum #D6A4DC

Tints of Plum #D6A4DC

Color information

#D6A4DC (or 0xD6A4DC) is unknown color: approx Plum. HEX triplet: D6, A4 and DC. RGB value is (214,164,220). Sum of RGB (Red+Green+Blue) = 214+164+220=598 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.79% from 598); Green value is 164 (64.45% from 255 or 27.42% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #D6A4DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A4DC is #295B23. Grayscale: #B9B9B9. Windows color (decimal): -2710308 or 14460118. OLE color: 14460118.

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

Color convert

RGB214164220-
CMYK0.030.2500.14
HSL293.57º44.44%75.29%-
HSV(B)293.57º25.45%86.27%-
XYZ53.9346.0173.75-
YUV185.33147.56148.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.79%
GREEN value IS 164 (64.45% from 255) = 27.42%
BLUE value IS 220 (86.33% from 255) = 36.79%
R=35.79%
G=27.42%
B=36.79%

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
Decimal2141642200.030.2500.14293.5744.4475.29
HexD6A4DC3190E1262c4b
Octal32624433433101644654113
Binary1101011010100100110111001111001011101001001101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A4DC; }

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

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

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

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

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

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

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

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