#DCA9E9

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

Shades of Plum #DCA9E9

Tints of Plum #DCA9E9

Color information

#DCA9E9 (or 0xDCA9E9) is unknown color: approx Plum. HEX triplet: DC, A9 and E9. RGB value is (220,169,233). Sum of RGB (Red+Green+Blue) = 220+169+233=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 169 (66.41% from 255 or 27.17% from 622); Blue value is 233 (91.41% from 255 or 37.46% from 622); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCA9E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA9E9 is #235616. Grayscale: #BFBFBF. Windows color (decimal): -2315799 or 15313372. OLE color: 15313372.

HSL color Cylindrical-coordinate representation of color #DCA9E9: hue angle of 287.81º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCA9E9 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220169233-
CMYK0.060.2700.09
HSL287.81º59.26%78.82%-
HSV(B)287.81º27.47%91.37%-
XYZ58.4149.4783.56-
YUV191.54151.4148.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.37%
GREEN value IS 169 (66.41% from 255) = 27.17%
BLUE value IS 233 (91.41% from 255) = 37.46%
R=35.37%
G=27.17%
B=37.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2201692330.060.2700.09287.8159.2678.82
HexDCA9E961B091203b4f
Octal33425135163301144073117
Binary11011100101010011110100111011011010011001000001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA9E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA9E9; }

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

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

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

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

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

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

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

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