#DFA3EA

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

Shades of Plum #DFA3EA

Tints of Plum #DFA3EA

Color information

#DFA3EA (or 0xDFA3EA) is unknown color: approx Plum. HEX triplet: DF, A3 and EA. RGB value is (223,163,234). Sum of RGB (Red+Green+Blue) = 223+163+234=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 163 (64.06% from 255 or 26.29% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFA3EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA3EA is #205C15. Grayscale: #BCBCBC. Windows color (decimal): -2120726 or 15377375. OLE color: 15377375.

HSL color Cylindrical-coordinate representation of color #DFA3EA: hue angle of 290.7º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFA3EA is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223163234-
CMYK0.050.3000.08
HSL290.7º62.83%77.84%-
HSV(B)290.7º30.34%91.76%-
XYZ58.3847.8284-
YUV189.03153.38152.23-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.97%
GREEN value IS 163 (64.06% from 255) = 26.29%
BLUE value IS 234 (91.80% from 255) = 37.74%
R=35.97%
G=26.29%
B=37.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2231632340.050.3000.08290.762.8377.84
HexDFA3EA51E081233f4e
Octal33724335253601044377116
Binary11011111101000111110101010111110010001001000111111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA3EA; }

 p { color: rgb(223,163,234); }

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

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

 a { background-color: rgb(223,163,234); }

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

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

 span { border-color: rgb(223,163,234); }

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