#DCA6E4

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

Shades of Plum #DCA6E4

Tints of Plum #DCA6E4

Color information

#DCA6E4 (or 0xDCA6E4) is unknown color: approx Plum. HEX triplet: DC, A6 and E4. RGB value is (220,166,228). Sum of RGB (Red+Green+Blue) = 220+166+228=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 166 (65.23% from 255 or 27.04% from 614); Blue value is 228 (89.45% from 255 or 37.13% from 614); Max value from RGB is 228 - color contains mainly: blue. Hex color #DCA6E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA6E4 is #23591B. Grayscale: #BDBDBD. Windows color (decimal): -2316572 or 14984924. OLE color: 14984924.

HSL color Cylindrical-coordinate representation of color #DCA6E4: hue angle of 292.26º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCA6E4 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB220166228-
CMYK0.040.2700.11
HSL292.26º53.45%77.25%-
HSV(B)292.26º27.19%89.41%-
XYZ57.1648.0979.67-
YUV189.21149.89149.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.83%
GREEN value IS 166 (65.23% from 255) = 27.04%
BLUE value IS 228 (89.45% from 255) = 37.13%
R=35.83%
G=27.04%
B=37.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2201662280.040.2700.11292.2653.4577.25
HexDCA6E441B0B124354d
Octal33424634443301344465115
Binary11011100101001101110010010011011010111001001001101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA6E4; }

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

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

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

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

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

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

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

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