#DCA2DC

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

Shades of Plum #DCA2DC

Tints of Plum #DCA2DC

Color information

#DCA2DC (or 0xDCA2DC) is unknown color: approx Plum. HEX triplet: DC, A2 and DC. RGB value is (220,162,220). Sum of RGB (Red+Green+Blue) = 220+162+220=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 162 (63.67% from 255 or 26.91% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCA2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA2DC is #235D23. Grayscale: #B9B9B9. Windows color (decimal): -2317604 or 14459612. OLE color: 14459612.

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

Color convert

RGB220162220-
CMYK00.2600.14
HSL300º45.31%74.9%-
HSV(B)300º26.36%86.27%-
XYZ55.3546.2273.71-
YUV185.95147.22152.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.54%
GREEN value IS 162 (63.67% from 255) = 26.91%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=36.54%
G=26.91%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016222000.2600.1430045.3174.9
HexDCA2DC01A0E12c2d4b
Octal33424233403201645455113
Binary110111001010001011011100011010011101001011001011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA2DC; }

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

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

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

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

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

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

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

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