#DCA8DD

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

Shades of Plum #DCA8DD

Tints of Plum #DCA8DD

Color information

#DCA8DD (or 0xDCA8DD) is unknown color: approx Plum. HEX triplet: DC, A8 and DD. RGB value is (220,168,221). Sum of RGB (Red+Green+Blue) = 220+168+221=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 168 (66.02% from 255 or 27.59% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCA8DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA8DD is #235722. Grayscale: #BDBDBD. Windows color (decimal): -2316067 or 14526684. OLE color: 14526684.

HSL color Cylindrical-coordinate representation of color #DCA8DD: hue angle of 298.87º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCA8DD is Cyan = 0.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220168221-
CMYK0.000.2400.13
HSL298.87º43.8%76.27%-
HSV(B)298.87º23.98%86.67%-
XYZ56.5748.4474.78-
YUV189.59145.73149.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.12%
GREEN value IS 168 (66.02% from 255) = 27.59%
BLUE value IS 221 (86.72% from 255) = 36.29%
R=36.12%
G=27.59%
B=36.29%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201682210.000.2400.13298.8743.876.27
HexDCA8DD0180D12b2c4c
Octal33425033503001545354114
Binary110111001010100011011101011000011011001010111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA8DD; }

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

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

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

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

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

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

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

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