#DCA6DD

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

Shades of Plum #DCA6DD

Tints of Plum #DCA6DD

Color information

#DCA6DD (or 0xDCA6DD) is unknown color: approx Plum. HEX triplet: DC, A6 and DD. RGB value is (220,166,221). Sum of RGB (Red+Green+Blue) = 220+166+221=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 166 (65.23% from 255 or 27.35% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCA6DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA6DD is #235922. Grayscale: #BCBCBC. Windows color (decimal): -2316579 or 14526172. OLE color: 14526172.

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

Color convert

RGB220166221-
CMYK0.000.2500.13
HSL298.91º44.72%75.88%-
HSV(B)298.91º24.89%86.67%-
XYZ56.247.7174.65-
YUV188.42146.39150.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.24%
GREEN value IS 166 (65.23% from 255) = 27.35%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=36.24%
G=27.35%
B=36.41%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201662210.000.2500.13298.9144.7275.88
HexDCA6DD0190D12b2d4c
Octal33424633503101545355114
Binary110111001010011011011101011001011011001010111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA6DD; }

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

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

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

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

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

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

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

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