#DCA3E6

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

Shades of Plum #DCA3E6

Tints of Plum #DCA3E6

Color information

#DCA3E6 (or 0xDCA3E6) is unknown color: approx Plum. HEX triplet: DC, A3 and E6. RGB value is (220,163,230). Sum of RGB (Red+Green+Blue) = 220+163+230=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 163 (64.06% from 255 or 26.59% from 613); Blue value is 230 (90.23% from 255 or 37.52% from 613); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCA3E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA3E6 is #235C19. Grayscale: #BBBBBB. Windows color (decimal): -2317338 or 15115228. OLE color: 15115228.

HSL color Cylindrical-coordinate representation of color #DCA3E6: hue angle of 291.04º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCA3E6 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB220163230-
CMYK0.040.2900.10
HSL291.04º57.26%77.06%-
HSV(B)291.04º29.13%90.2%-
XYZ56.947.1280.96-
YUV187.68151.88151.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.89%
GREEN value IS 163 (64.06% from 255) = 26.59%
BLUE value IS 230 (90.23% from 255) = 37.52%
R=35.89%
G=26.59%
B=37.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2201632300.040.2900.10291.0457.2677.06
HexDCA3E641D0A123394d
Octal33424334643501244371115
Binary11011100101000111110011010011101010101001000111110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA3E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA3E6; }

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

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

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

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

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

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

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

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