#DCA1DE

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

Shades of Plum #DCA1DE

Tints of Plum #DCA1DE

Color information

#DCA1DE (or 0xDCA1DE) is unknown color: approx Plum. HEX triplet: DC, A1 and DE. RGB value is (220,161,222). Sum of RGB (Red+Green+Blue) = 220+161+222=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 161 (63.28% from 255 or 26.70% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCA1DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA1DE is #235E21. Grayscale: #B9B9B9. Windows color (decimal): -2317858 or 14590428. OLE color: 14590428.

HSL color Cylindrical-coordinate representation of color #DCA1DE: hue angle of 298.03º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCA1DE is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220161222-
CMYK0.010.2700.13
HSL298.03º48.03%75.1%-
HSV(B)298.03º27.48%87.06%-
XYZ55.4445.9875.06-
YUV185.59148.55152.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.48%
GREEN value IS 161 (63.28% from 255) = 26.70%
BLUE value IS 222 (87.11% from 255) = 36.82%
R=36.48%
G=26.70%
B=36.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201612220.010.2700.13298.0348.0375.1
HexDCA1DE11B0D12a304b
Octal33424133613301545260113
Binary110111001010000111011110111011011011001010101100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA1DE; }

 p { color: rgb(220,161,222); }

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

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

 a { background-color: rgb(220,161,222); }

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

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

 span { border-color: rgb(220,161,222); }

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