#DFA4E1

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

Shades of Plum #DFA4E1

Tints of Plum #DFA4E1

Color information

#DFA4E1 (or 0xDFA4E1) is unknown color: approx Plum. HEX triplet: DF, A4 and E1. RGB value is (223,164,225). Sum of RGB (Red+Green+Blue) = 223+164+225=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 164 (64.45% from 255 or 26.80% from 612); Blue value is 225 (88.28% from 255 or 36.76% from 612); Max value from RGB is 225 - color contains mainly: blue. Hex color #DFA4E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA4E1 is #205B1E. Grayscale: #BCBCBC. Windows color (decimal): -2120479 or 14787807. OLE color: 14787807.

HSL color Cylindrical-coordinate representation of color #DFA4E1: hue angle of 298.03º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFA4E1 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB223164225-
CMYK0.010.2700.12
HSL298.03º50.41%76.27%-
HSV(B)298.03º27.11%88.24%-
XYZ57.347.6877.42-
YUV188.6148.55152.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.44%
GREEN value IS 164 (64.45% from 255) = 26.80%
BLUE value IS 225 (88.28% from 255) = 36.76%
R=36.44%
G=26.80%
B=36.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2231642250.010.2700.12298.0350.4176.27
HexDFA4E111B0C12a324c
Octal33724434113301445262114
Binary110111111010010011100001111011011001001010101100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA4E1; }

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

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

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

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

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

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

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

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