#DFA4EA

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

Shades of Plum #DFA4EA

Tints of Plum #DFA4EA

Color information

#DFA4EA (or 0xDFA4EA) is unknown color: approx Plum. HEX triplet: DF, A4 and EA. RGB value is (223,164,234). Sum of RGB (Red+Green+Blue) = 223+164+234=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 164 (64.45% from 255 or 26.41% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFA4EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA4EA is #205B15. Grayscale: #BDBDBD. Windows color (decimal): -2120470 or 15377631. OLE color: 15377631.

HSL color Cylindrical-coordinate representation of color #DFA4EA: hue angle of 290.57º degrees, saturation: 0.62, 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 #DFA4EA is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223164234-
CMYK0.050.3000.08
HSL290.57º62.5%78.04%-
HSV(B)290.57º29.91%91.76%-
XYZ58.5648.1884.06-
YUV189.62153.05151.81-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.91%
GREEN value IS 164 (64.45% from 255) = 26.41%
BLUE value IS 234 (91.80% from 255) = 37.68%
R=35.91%
G=26.41%
B=37.68%

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
Decimal2231642340.050.3000.08290.5762.578.04
HexDFA4EA51E081233e4e
Octal33724435253601044376116
Binary11011111101001001110101010111110010001001000111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA4EA; }

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

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

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

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

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

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

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

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