#DCA1DC

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

Shades of Plum #DCA1DC

Tints of Plum #DCA1DC

Color information

#DCA1DC (or 0xDCA1DC) is unknown color: approx Plum. HEX triplet: DC, A1 and DC. RGB value is (220,161,220). Sum of RGB (Red+Green+Blue) = 220+161+220=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 161 (63.28% from 255 or 26.79% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCA1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA1DC is #235E23. Grayscale: #B9B9B9. Windows color (decimal): -2317860 or 14459356. OLE color: 14459356.

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

Color convert

RGB220161220-
CMYK00.2700.14
HSL300º45.74%74.71%-
HSV(B)300º26.82%86.27%-
XYZ55.1845.8773.66-
YUV185.37147.55152.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 161 (63.28% from 255) = 26.79%
BLUE value IS 220 (86.33% from 255) = 36.61%
R=36.61%
G=26.79%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016122000.2700.1430045.7474.71
HexDCA1DC01B0E12c2e4b
Octal33424133403301645456113
Binary110111001010000111011100011011011101001011001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA1DC; }

 p { color: rgb(220,161,220); }

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

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

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

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

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

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

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