#DCA7DD

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

Shades of Plum #DCA7DD

Tints of Plum #DCA7DD

Color information

#DCA7DD (or 0xDCA7DD) is unknown color: approx Plum. HEX triplet: DC, A7 and DD. RGB value is (220,167,221). Sum of RGB (Red+Green+Blue) = 220+167+221=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 167 (65.62% from 255 or 27.47% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCA7DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA7DD is #235822. Grayscale: #BCBCBC. Windows color (decimal): -2316323 or 14526428. OLE color: 14526428.

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

Color convert

RGB220167221-
CMYK0.000.2400.13
HSL298.89º44.26%76.08%-
HSV(B)298.89º24.43%86.67%-
XYZ56.3948.0774.71-
YUV189146.06150.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.18%
GREEN value IS 167 (65.62% from 255) = 27.47%
BLUE value IS 221 (86.72% from 255) = 36.35%
R=36.18%
G=27.47%
B=36.35%

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
Decimal2201672210.000.2400.13298.8944.2676.08
HexDCA7DD0180D12b2c4c
Octal33424733503001545354114
Binary110111001010011111011101011000011011001010111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA7DD; }

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

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

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

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

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

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

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

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