#DCA1E2

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

Shades of Plum #DCA1E2

Tints of Plum #DCA1E2

Color information

#DCA1E2 (or 0xDCA1E2) is unknown color: approx Plum. HEX triplet: DC, A1 and E2. RGB value is (220,161,226). Sum of RGB (Red+Green+Blue) = 220+161+226=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 161 (63.28% from 255 or 26.52% from 607); Blue value is 226 (88.67% from 255 or 37.23% from 607); Max value from RGB is 226 - color contains mainly: blue. Hex color #DCA1E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA1E2 is #235E1D. Grayscale: #B9B9B9. Windows color (decimal): -2317854 or 14852572. OLE color: 14852572.

HSL color Cylindrical-coordinate representation of color #DCA1E2: hue angle of 294.46º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCA1E2 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB220161226-
CMYK0.030.2900.11
HSL294.46º52.85%75.88%-
HSV(B)294.46º28.76%88.63%-
XYZ55.9946.277.92-
YUV186.05150.55152.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.24%
GREEN value IS 161 (63.28% from 255) = 26.52%
BLUE value IS 226 (88.67% from 255) = 37.23%
R=36.24%
G=26.52%
B=37.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2201612260.030.2900.11294.4652.8575.88
HexDCA1E231D0B126354c
Octal33424134233501344665114
Binary1101110010100001111000101111101010111001001101101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA1E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA1E2; }

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

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

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

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

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

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

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

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