#DCA0DD

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

Shades of Plum #DCA0DD

Tints of Plum #DCA0DD

Color information

#DCA0DD (or 0xDCA0DD) is unknown color: approx Plum. HEX triplet: DC, A0 and DD. RGB value is (220,160,221). Sum of RGB (Red+Green+Blue) = 220+160+221=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 160 (62.89% from 255 or 26.62% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCA0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA0DD is #235F22. Grayscale: #B8B8B8. Windows color (decimal): -2318115 or 14524636. OLE color: 14524636.

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

Color convert

RGB220160221-
CMYK0.000.2800.13
HSL299.02º47.29%74.71%-
HSV(B)299.02º27.6%86.67%-
XYZ55.1445.5874.3-
YUV184.89148.38153.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 160 (62.89% from 255) = 26.62%
BLUE value IS 221 (86.72% from 255) = 36.77%
R=36.61%
G=26.62%
B=36.77%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201602210.000.2800.13299.0247.2974.71
HexDCA0DD01C0D12b2f4b
Octal33424033503401545357113
Binary110111001010000011011101011100011011001010111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA0DD; }

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

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

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

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

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

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

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

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