#DCA5E4

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

Shades of Plum #DCA5E4

Tints of Plum #DCA5E4

Color information

#DCA5E4 (or 0xDCA5E4) is unknown color: approx Plum. HEX triplet: DC, A5 and E4. RGB value is (220,165,228). Sum of RGB (Red+Green+Blue) = 220+165+228=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 165 (64.84% from 255 or 26.92% from 613); Blue value is 228 (89.45% from 255 or 37.19% from 613); Max value from RGB is 228 - color contains mainly: blue. Hex color #DCA5E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA5E4 is #235A1B. Grayscale: #BCBCBC. Windows color (decimal): -2316828 or 14984668. OLE color: 14984668.

HSL color Cylindrical-coordinate representation of color #DCA5E4: hue angle of 292.38º degrees, saturation: 0.54, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCA5E4 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB220165228-
CMYK0.040.2800.11
HSL292.38º53.85%77.06%-
HSV(B)292.38º27.63%89.41%-
XYZ56.9747.7379.61-
YUV188.63150.22150.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.89%
GREEN value IS 165 (64.84% from 255) = 26.92%
BLUE value IS 228 (89.45% from 255) = 37.19%
R=35.89%
G=26.92%
B=37.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2201652280.040.2800.11292.3853.8577.06
HexDCA5E441C0B124364d
Octal33424534443401344466115
Binary11011100101001011110010010011100010111001001001101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA5E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA5E4; }

 p { color: rgb(220,165,228); }

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

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

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

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

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

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

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