#DCA2EB

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

Shades of Plum #DCA2EB

Tints of Plum #DCA2EB

Color information

#DCA2EB (or 0xDCA2EB) is unknown color: approx Plum. HEX triplet: DC, A2 and EB. RGB value is (220,162,235). Sum of RGB (Red+Green+Blue) = 220+162+235=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 162 (63.67% from 255 or 26.26% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCA2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA2EB is #235D14. Grayscale: #BBBBBB. Windows color (decimal): -2317589 or 15442652. OLE color: 15442652.

HSL color Cylindrical-coordinate representation of color #DCA2EB: hue angle of 287.67º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCA2EB is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220162235-
CMYK0.060.3100.08
HSL287.67º64.6%77.84%-
HSV(B)287.67º31.06%92.16%-
XYZ57.4347.0584.65-
YUV187.66154.72151.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.66%
GREEN value IS 162 (63.67% from 255) = 26.26%
BLUE value IS 235 (92.19% from 255) = 38.09%
R=35.66%
G=26.26%
B=38.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201622350.060.3100.08287.6764.677.84
HexDCA2EB61F08120414e
Octal334242353637010440101116
Binary110111001010001011101011110111110100010010000010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA2EB; }

 p { color: rgb(220,162,235); }

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

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

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

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

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

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

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