#DCA0DF

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

Shades of Plum #DCA0DF

Tints of Plum #DCA0DF

Color information

#DCA0DF (or 0xDCA0DF) is unknown color: approx Plum. HEX triplet: DC, A0 and DF. RGB value is (220,160,223). Sum of RGB (Red+Green+Blue) = 220+160+223=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 160 (62.89% from 255 or 26.53% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCA0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA0DF is #235F20. Grayscale: #B8B8B8. Windows color (decimal): -2318113 or 14655708. OLE color: 14655708.

HSL color Cylindrical-coordinate representation of color #DCA0DF: hue angle of 297.14º degrees, saturation: 0.5, 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 #DCA0DF is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220160223-
CMYK0.010.2800.13
HSL297.14º49.61%75.1%-
HSV(B)297.14º28.25%87.45%-
XYZ55.4145.6875.71-
YUV185.12149.38152.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.48%
GREEN value IS 160 (62.89% from 255) = 26.53%
BLUE value IS 223 (87.5% from 255) = 36.98%
R=36.48%
G=26.53%
B=36.98%

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
Decimal2201602230.010.2800.13297.1449.6175.1
HexDCA0DF11C0D129324b
Octal33424033713401545162113
Binary110111001010000011011111111100011011001010011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA0DF; }

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

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

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

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

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

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

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

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