#DCA1DD

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

Shades of Plum #DCA1DD

Tints of Plum #DCA1DD

Color information

#DCA1DD (or 0xDCA1DD) is unknown color: approx Plum. HEX triplet: DC, A1 and DD. RGB value is (220,161,221). Sum of RGB (Red+Green+Blue) = 220+161+221=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 161 (63.28% from 255 or 26.74% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCA1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA1DD is #235E22. Grayscale: #B9B9B9. Windows color (decimal): -2317859 or 14524892. OLE color: 14524892.

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

Color convert

RGB220161221-
CMYK0.000.2700.13
HSL299º46.87%74.9%-
HSV(B)299º27.15%86.67%-
XYZ55.3145.9374.36-
YUV185.48148.05152.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.54%
GREEN value IS 161 (63.28% from 255) = 26.74%
BLUE value IS 221 (86.72% from 255) = 36.71%
R=36.54%
G=26.74%
B=36.71%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201612210.000.2700.1329946.8774.9
HexDCA1DD01B0D12b2f4b
Octal33424133503301545357113
Binary110111001010000111011101011011011011001010111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA1DD; }

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

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

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

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

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

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

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

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