#DCA1DF

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

Shades of Plum #DCA1DF

Tints of Plum #DCA1DF

Color information

#DCA1DF (or 0xDCA1DF) is unknown color: approx Plum. HEX triplet: DC, A1 and DF. RGB value is (220,161,223). Sum of RGB (Red+Green+Blue) = 220+161+223=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 161 (63.28% from 255 or 26.66% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCA1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA1DF is #235E20. Grayscale: #B9B9B9. Windows color (decimal): -2317857 or 14655964. OLE color: 14655964.

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

Color convert

RGB220161223-
CMYK0.010.2800.13
HSL297.1º49.21%75.29%-
HSV(B)297.1º27.8%87.45%-
XYZ55.5846.0375.77-
YUV185.71149.05152.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.42%
GREEN value IS 161 (63.28% from 255) = 26.66%
BLUE value IS 223 (87.5% from 255) = 36.92%
R=36.42%
G=26.66%
B=36.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201612230.010.2800.13297.149.2175.29
HexDCA1DF11C0D129314b
Octal33424133713401545161113
Binary110111001010000111011111111100011011001010011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA1DF; }

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

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

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

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

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

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

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

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