#DCA9EA

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

Shades of Plum #DCA9EA

Tints of Plum #DCA9EA

Color information

#DCA9EA (or 0xDCA9EA) is unknown color: approx Plum. HEX triplet: DC, A9 and EA. RGB value is (220,169,234). Sum of RGB (Red+Green+Blue) = 220+169+234=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 169 (66.41% from 255 or 27.13% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCA9EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA9EA is #235615. Grayscale: #BFBFBF. Windows color (decimal): -2315798 or 15378908. OLE color: 15378908.

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

Color convert

RGB220169234-
CMYK0.060.2800.08
HSL287.08º60.75%79.02%-
HSV(B)287.08º27.78%91.76%-
XYZ58.5549.5384.32-
YUV191.66151.9148.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.31%
GREEN value IS 169 (66.41% from 255) = 27.13%
BLUE value IS 234 (91.80% from 255) = 37.56%
R=35.31%
G=27.13%
B=37.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201692340.060.2800.08287.0860.7579.02
HexDCA9EA61C0811f3d4f
Octal33425135263401043775117
Binary11011100101010011110101011011100010001000111111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA9EA; }

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

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

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

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

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

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

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

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