#DFA4D9

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

Shades of Plum #DFA4D9

Tints of Plum #DFA4D9

Color information

#DFA4D9 (or 0xDFA4D9) is unknown color: approx Plum. HEX triplet: DF, A4 and D9. RGB value is (223,164,217). Sum of RGB (Red+Green+Blue) = 223+164+217=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 164 (64.45% from 255 or 27.15% from 604); Blue value is 217 (85.16% from 255 or 35.93% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA4D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA4D9 is #205B26. Grayscale: #BBBBBB. Windows color (decimal): -2120487 or 14263519. OLE color: 14263519.

HSL color Cylindrical-coordinate representation of color #DFA4D9: hue angle of 306.1º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFA4D9 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB223164217-
CMYK00.260.030.13
HSL306.1º47.97%75.88%-
HSV(B)306.1º26.46%87.45%-
XYZ56.2347.2571.8-
YUV187.68144.55153.19-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.92%
GREEN value IS 164 (64.45% from 255) = 27.15%
BLUE value IS 217 (85.16% from 255) = 35.93%
R=36.92%
G=27.15%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316421700.260.030.13306.147.9775.88
HexDFA4D901A3D132304c
Octal33724433103231546260114
Binary1101111110100100110110010110101111011001100101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA4D9; }

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

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

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

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

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

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

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

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