#DCA3EA

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

Shades of Plum #DCA3EA

Tints of Plum #DCA3EA

Color information

#DCA3EA (or 0xDCA3EA) is unknown color: approx Plum. HEX triplet: DC, A3 and EA. RGB value is (220,163,234). Sum of RGB (Red+Green+Blue) = 220+163+234=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 163 (64.06% from 255 or 26.42% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCA3EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA3EA is #235C15. Grayscale: #BBBBBB. Windows color (decimal): -2317334 or 15377372. OLE color: 15377372.

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

Color convert

RGB220163234-
CMYK0.060.3000.08
HSL288.17º62.83%77.84%-
HSV(B)288.17º30.34%91.76%-
XYZ57.4647.3583.95-
YUV188.14153.88150.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.66%
GREEN value IS 163 (64.06% from 255) = 26.42%
BLUE value IS 234 (91.80% from 255) = 37.93%
R=35.66%
G=26.42%
B=37.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201632340.060.3000.08288.1762.8377.84
HexDCA3EA61E081203f4e
Octal33424335263601044077116
Binary11011100101000111110101011011110010001001000001111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA3EA; }

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

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

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

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

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

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

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

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