#DCA6E8

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

Shades of Plum #DCA6E8

Tints of Plum #DCA6E8

Color information

#DCA6E8 (or 0xDCA6E8) is unknown color: approx Plum. HEX triplet: DC, A6 and E8. RGB value is (220,166,232). Sum of RGB (Red+Green+Blue) = 220+166+232=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 166 (65.23% from 255 or 26.86% from 618); Blue value is 232 (91.02% from 255 or 37.54% from 618); Max value from RGB is 232 - color contains mainly: blue. Hex color #DCA6E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA6E8 is #235917. Grayscale: #BDBDBD. Windows color (decimal): -2316568 or 15247068. OLE color: 15247068.

HSL color Cylindrical-coordinate representation of color #DCA6E8: hue angle of 289.09º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCA6E8 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220166232-
CMYK0.050.2800.09
HSL289.09º58.93%78.04%-
HSV(B)289.09º28.45%90.98%-
XYZ57.7248.3182.63-
YUV189.67151.89149.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.60%
GREEN value IS 166 (65.23% from 255) = 26.86%
BLUE value IS 232 (91.02% from 255) = 37.54%
R=35.60%
G=26.86%
B=37.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2201662320.050.2800.09289.0958.9378.04
HexDCA6E851C091213b4e
Octal33424635053401144173116
Binary11011100101001101110100010111100010011001000011110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA6E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA6E8; }

 p { color: rgb(220,166,232); }

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

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

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

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

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

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

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