#DCA7DC

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

Shades of Plum #DCA7DC

Tints of Plum #DCA7DC

Color information

#DCA7DC (or 0xDCA7DC) is unknown color: approx Plum. HEX triplet: DC, A7 and DC. RGB value is (220,167,220). Sum of RGB (Red+Green+Blue) = 220+167+220=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 167 (65.62% from 255 or 27.51% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCA7DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA7DC is #235823. Grayscale: #BCBCBC. Windows color (decimal): -2316324 or 14460892. OLE color: 14460892.

HSL color Cylindrical-coordinate representation of color #DCA7DC: 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 #DCA7DC is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB220167220-
CMYK00.2400.14
HSL300º43.09%75.88%-
HSV(B)300º24.09%86.27%-
XYZ56.2548.0274.01-
YUV188.89145.56150.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.24%
GREEN value IS 167 (65.62% from 255) = 27.51%
BLUE value IS 220 (86.33% from 255) = 36.24%
R=36.24%
G=27.51%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016722000.2400.1430043.0975.88
HexDCA7DC0180E12c2b4c
Octal33424733403001645453114
Binary110111001010011111011100011000011101001011001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA7DC; }

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

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

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

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

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

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

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

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