#DCA4DD

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

Shades of Plum #DCA4DD

Tints of Plum #DCA4DD

Color information

#DCA4DD (or 0xDCA4DD) is unknown color: approx Plum. HEX triplet: DC, A4 and DD. RGB value is (220,164,221). Sum of RGB (Red+Green+Blue) = 220+164+221=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 164 (64.45% from 255 or 27.11% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCA4DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA4DD is #235B22. Grayscale: #BBBBBB. Windows color (decimal): -2317091 or 14525660. OLE color: 14525660.

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

Color convert

RGB220164221-
CMYK0.000.2600.13
HSL298.95º45.6%75.49%-
HSV(B)298.95º25.79%86.67%-
XYZ55.8446.9974.53-
YUV187.24147.05151.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.36%
GREEN value IS 164 (64.45% from 255) = 27.11%
BLUE value IS 221 (86.72% from 255) = 36.53%
R=36.36%
G=27.11%
B=36.53%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201642210.000.2600.13298.9545.675.49
HexDCA4DD01A0D12b2e4b
Octal33424433503201545356113
Binary110111001010010011011101011010011011001010111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA4DD; }

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

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

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

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

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

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

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

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