#DCA2EA

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

Shades of Plum #DCA2EA

Tints of Plum #DCA2EA

Color information

#DCA2EA (or 0xDCA2EA) is unknown color: approx Plum. HEX triplet: DC, A2 and EA. RGB value is (220,162,234). Sum of RGB (Red+Green+Blue) = 220+162+234=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 162 (63.67% from 255 or 26.30% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCA2EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA2EA is #235D15. Grayscale: #BBBBBB. Windows color (decimal): -2317590 or 15377116. OLE color: 15377116.

HSL color Cylindrical-coordinate representation of color #DCA2EA: hue angle of 288.33º degrees, saturation: 0.63, 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 #DCA2EA is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220162234-
CMYK0.060.3100.08
HSL288.33º63.16%77.65%-
HSV(B)288.33º30.77%91.76%-
XYZ57.294783.89-
YUV187.55154.22151.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.71%
GREEN value IS 162 (63.67% from 255) = 26.30%
BLUE value IS 234 (91.80% from 255) = 37.99%
R=35.71%
G=26.30%
B=37.99%

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
Decimal2201622340.060.3100.08288.3363.1677.65
HexDCA2EA61F081203f4e
Octal33424235263701044077116
Binary11011100101000101110101011011111010001001000001111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA2EA; }

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

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

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

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

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

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

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

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