#DCA1EC

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

Shades of Plum #DCA1EC

Tints of Plum #DCA1EC

Color information

#DCA1EC (or 0xDCA1EC) is unknown color: approx Plum. HEX triplet: DC, A1 and EC. RGB value is (220,161,236). Sum of RGB (Red+Green+Blue) = 220+161+236=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 161 (63.28% from 255 or 26.09% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCA1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA1EC is #235E13. Grayscale: #BABABA. Windows color (decimal): -2317844 or 15507932. OLE color: 15507932.

HSL color Cylindrical-coordinate representation of color #DCA1EC: hue angle of 287.2º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCA1EC is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220161236-
CMYK0.070.3200.07
HSL287.2º66.37%77.84%-
HSV(B)287.2º31.78%92.55%-
XYZ57.446.7685.36-
YUV187.19155.55151.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.66%
GREEN value IS 161 (63.28% from 255) = 26.09%
BLUE value IS 236 (92.58% from 255) = 38.25%
R=35.66%
G=26.09%
B=38.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201612360.070.3200.07287.266.3777.84
HexDCA1EC7200711f424e
Octal33424135474007437102116
Binary110111001010000111101100111100000011110001111110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA1EC; }

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

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

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

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

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

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

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

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