#DFA1EC

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

Shades of Plum #DFA1EC

Tints of Plum #DFA1EC

Color information

#DFA1EC (or 0xDFA1EC) is unknown color: approx Plum. HEX triplet: DF, A1 and EC. RGB value is (223,161,236). Sum of RGB (Red+Green+Blue) = 223+161+236=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 161 (63.28% from 255 or 25.97% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFA1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA1EC is #205E13. Grayscale: #BBBBBB. Windows color (decimal): -2121236 or 15507935. OLE color: 15507935.

HSL color Cylindrical-coordinate representation of color #DFA1EC: hue angle of 289.6º degrees, saturation: 0.66, 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 #DFA1EC is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223161236-
CMYK0.060.3200.07
HSL289.6º66.37%77.84%-
HSV(B)289.6º31.78%92.55%-
XYZ58.3247.2385.4-
YUV188.09155.04152.9-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.97%
GREEN value IS 161 (63.28% from 255) = 25.97%
BLUE value IS 236 (92.58% from 255) = 38.06%
R=35.97%
G=25.97%
B=38.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231612360.060.3200.07289.666.3777.84
HexDFA1EC62007122424e
Octal33724135464007442102116
Binary110111111010000111101100110100000011110010001010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA1EC; }

 p { color: rgb(223,161,236); }

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

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

 a { background-color: rgb(223,161,236); }

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

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

 span { border-color: rgb(223,161,236); }

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