#DCA1E1

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

Shades of Plum #DCA1E1

Tints of Plum #DCA1E1

Color information

#DCA1E1 (or 0xDCA1E1) is unknown color: approx Plum. HEX triplet: DC, A1 and E1. RGB value is (220,161,225). Sum of RGB (Red+Green+Blue) = 220+161+225=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 161 (63.28% from 255 or 26.57% from 606); Blue value is 225 (88.28% from 255 or 37.13% from 606); Max value from RGB is 225 - color contains mainly: blue. Hex color #DCA1E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA1E1 is #235E1E. Grayscale: #B9B9B9. Windows color (decimal): -2317855 or 14787036. OLE color: 14787036.

HSL color Cylindrical-coordinate representation of color #DCA1E1: hue angle of 295.31º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCA1E1 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB220161225-
CMYK0.020.2800.12
HSL295.31º51.61%75.69%-
HSV(B)295.31º28.44%88.24%-
XYZ55.8546.1477.2-
YUV185.94150.05152.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.30%
GREEN value IS 161 (63.28% from 255) = 26.57%
BLUE value IS 225 (88.28% from 255) = 37.13%
R=36.30%
G=26.57%
B=37.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2201612250.020.2800.12295.3151.6175.69
HexDCA1E121C0C127344c
Octal33424134123401444764114
Binary1101110010100001111000011011100011001001001111101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA1E1; }

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

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

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

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

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

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

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

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