#DFA1E6

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

Shades of Plum #DFA1E6

Tints of Plum #DFA1E6

Color information

#DFA1E6 (or 0xDFA1E6) is unknown color: approx Plum. HEX triplet: DF, A1 and E6. RGB value is (223,161,230). Sum of RGB (Red+Green+Blue) = 223+161+230=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 161 (63.28% from 255 or 26.22% from 614); Blue value is 230 (90.23% from 255 or 37.46% from 614); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFA1E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA1E6 is #205E19. Grayscale: #BBBBBB. Windows color (decimal): -2121242 or 15114719. OLE color: 15114719.

HSL color Cylindrical-coordinate representation of color #DFA1E6: hue angle of 293.91º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFA1E6 is Cyan = 0.03, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB223161230-
CMYK0.030.300.10
HSL293.91º57.98%76.67%-
HSV(B)293.91º30%90.2%-
XYZ57.4646.8980.89-
YUV187.4152.04153.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.32%
GREEN value IS 161 (63.28% from 255) = 26.22%
BLUE value IS 230 (90.23% from 255) = 37.46%
R=36.32%
G=26.22%
B=37.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2231612300.030.300.10293.9157.9876.67
HexDFA1E631E0A1263a4d
Octal33724134633601244672115
Binary1101111110100001111001101111110010101001001101110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA1E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA1E6; }

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

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

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

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

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

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

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

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