#DFA9E9

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

Shades of Plum #DFA9E9

Tints of Plum #DFA9E9

Color information

#DFA9E9 (or 0xDFA9E9) is unknown color: approx Plum. HEX triplet: DF, A9 and E9. RGB value is (223,169,233). Sum of RGB (Red+Green+Blue) = 223+169+233=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 169 (66.41% from 255 or 27.04% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFA9E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA9E9 is #205616. Grayscale: #C0C0C0. Windows color (decimal): -2119191 or 15313375. OLE color: 15313375.

HSL color Cylindrical-coordinate representation of color #DFA9E9: hue angle of 290.62º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFA9E9 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB223169233-
CMYK0.040.2700.09
HSL290.62º59.26%78.82%-
HSV(B)290.62º27.47%91.37%-
XYZ59.3349.9583.6-
YUV192.44150.89149.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.68%
GREEN value IS 169 (66.41% from 255) = 27.04%
BLUE value IS 233 (91.41% from 255) = 37.28%
R=35.68%
G=27.04%
B=37.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2231692330.040.2700.09290.6259.2678.82
HexDFA9E941B091233b4f
Octal33725135143301144373117
Binary11011111101010011110100110011011010011001000111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA9E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA9E9; }

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

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

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

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

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

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

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

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