#DFA3E9

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

Shades of Plum #DFA3E9

Tints of Plum #DFA3E9

Color information

#DFA3E9 (or 0xDFA3E9) is unknown color: approx Plum. HEX triplet: DF, A3 and E9. RGB value is (223,163,233). Sum of RGB (Red+Green+Blue) = 223+163+233=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 163 (64.06% from 255 or 26.33% from 619); Blue value is 233 (91.41% from 255 or 37.64% from 619); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFA3E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA3E9 is #205C16. Grayscale: #BCBCBC. Windows color (decimal): -2120727 or 15311839. OLE color: 15311839.

HSL color Cylindrical-coordinate representation of color #DFA3E9: hue angle of 291.43º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFA3E9 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB223163233-
CMYK0.040.3000.09
HSL291.43º61.4%77.65%-
HSV(B)291.43º30.04%91.37%-
XYZ58.2447.7783.24-
YUV188.92152.88152.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.03%
GREEN value IS 163 (64.06% from 255) = 26.33%
BLUE value IS 233 (91.41% from 255) = 37.64%
R=36.03%
G=26.33%
B=37.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2231632330.040.3000.09291.4361.477.65
HexDFA3E941E091233d4e
Octal33724335143601144375116
Binary11011111101000111110100110011110010011001000111111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA3E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA3E9; }

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

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

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

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

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

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

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

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