#DCA6DF

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

Shades of Plum #DCA6DF

Tints of Plum #DCA6DF

Color information

#DCA6DF (or 0xDCA6DF) is unknown color: approx Plum. HEX triplet: DC, A6 and DF. RGB value is (220,166,223). Sum of RGB (Red+Green+Blue) = 220+166+223=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 166 (65.23% from 255 or 27.26% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCA6DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA6DF is #235920. Grayscale: #BCBCBC. Windows color (decimal): -2316577 or 14657244. OLE color: 14657244.

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

Color convert

RGB220166223-
CMYK0.010.2600.13
HSL296.84º47.11%76.27%-
HSV(B)296.84º25.56%87.45%-
XYZ56.4747.8276.07-
YUV188.64147.39150.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.12%
GREEN value IS 166 (65.23% from 255) = 27.26%
BLUE value IS 223 (87.5% from 255) = 36.62%
R=36.12%
G=27.26%
B=36.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201662230.010.2600.13296.8447.1176.27
HexDCA6DF11A0D1292f4c
Octal33424633713201545157114
Binary110111001010011011011111111010011011001010011011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA6DF; }

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

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

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

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

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

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

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

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