#DCA1ED

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

Shades of Plum #DCA1ED

Tints of Plum #DCA1ED

Color information

#DCA1ED (or 0xDCA1ED) is unknown color: approx Plum. HEX triplet: DC, A1 and ED. RGB value is (220,161,237). Sum of RGB (Red+Green+Blue) = 220+161+237=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 161 (63.28% from 255 or 26.05% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCA1ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA1ED is #235E12. Grayscale: #BBBBBB. Windows color (decimal): -2317843 or 15573468. OLE color: 15573468.

HSL color Cylindrical-coordinate representation of color #DCA1ED: hue angle of 286.58º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCA1ED is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220161237-
CMYK0.070.3200.07
HSL286.58º67.86%78.04%-
HSV(B)286.58º32.07%92.94%-
XYZ57.5546.8286.12-
YUV187.3156.05151.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.60%
GREEN value IS 161 (63.28% from 255) = 26.05%
BLUE value IS 237 (92.97% from 255) = 38.35%
R=35.60%
G=26.05%
B=38.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201612370.070.3200.07286.5867.8678.04
HexDCA1ED7200711f444e
Octal33424135574007437104116
Binary110111001010000111101101111100000011110001111110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA1ED; }

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

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

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

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

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

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

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

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