#dca8dc

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

Shades of Plum #DCA8DC

Tints of Plum #DCA8DC

Color information

#DCA8DC (or 0xDCA8DC) is unknown color: approx Plum. HEX triplet: DC, A8 and DC. RGB value is (220,168,220). Sum of RGB (Red+Green+Blue) = 220+168+220=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 168 (66.02% from 255 or 27.63% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCA8DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA8DC is #235723. Grayscale: #BDBDBD. Windows color (decimal): -2316068 or 14461148. OLE color: 14461148.

HSL color Cylindrical-coordinate representation of color #DCA8DC: hue angle of 300º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCA8DC is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB220168220-
CMYK00.2400.14
HSL300º42.62%76.08%-
HSV(B)300º23.64%86.27%-
XYZ56.4448.3974.08-
YUV189.48145.23149.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.18%
GREEN value IS 168 (66.02% from 255) = 27.63%
BLUE value IS 220 (86.33% from 255) = 36.18%
R=36.18%
G=27.63%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016822000.2400.1430042.6276.08
HexDCA8DC0180E12c2b4c
Octal33425033403001645453114
Binary110111001010100011011100011000011101001011001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dca8dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dca8dc; }

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

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

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

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

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

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

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

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