#DCA1EB

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

Shades of Plum #DCA1EB

Tints of Plum #DCA1EB

Color information

#DCA1EB (or 0xDCA1EB) is unknown color: approx Plum. HEX triplet: DC, A1 and EB. RGB value is (220,161,235). Sum of RGB (Red+Green+Blue) = 220+161+235=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 161 (63.28% from 255 or 26.14% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCA1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA1EB is #235E14. Grayscale: #BABABA. Windows color (decimal): -2317845 or 15442396. OLE color: 15442396.

HSL color Cylindrical-coordinate representation of color #DCA1EB: hue angle of 287.84º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCA1EB is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220161235-
CMYK0.060.3100.08
HSL287.84º64.91%77.65%-
HSV(B)287.84º31.49%92.16%-
XYZ57.2646.784.59-
YUV187.08155.05151.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.71%
GREEN value IS 161 (63.28% from 255) = 26.14%
BLUE value IS 235 (92.19% from 255) = 38.15%
R=35.71%
G=26.14%
B=38.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201612350.060.3100.08287.8464.9177.65
HexDCA1EB61F08120414e
Octal334241353637010440101116
Binary110111001010000111101011110111110100010010000010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA1EB; }

 p { color: rgb(220,161,235); }

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

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

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

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

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

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

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